Skip to main content

Module qc data tools

Project description

module QC data tools v1.0.18

This project contains the modules needed to write/read the data files used in the module QC flow. This project is to be added as a submodule in other projects.

Installation

Note that please use the latest python version. Python3.7 is the minimum requirement for developers.

via clone

First clone the project:

git clone https://gitlab.cern.ch/atlas-itk/pixel/module/module-qc-data-tools.git

Upon a successful checkout, cd to the new module-qc-data-tools directory and run the following to install the necessary software:

$ python -m venv venv
$ source venv/bin/activate
$ python -m pip install --upgrade pip
$ python -m pip install -e .

via pip

$ python -m venv venv
$ source venv/bin/activate
$ python -m pip install -U pip module-qc-data-tools==1.0.18

Developer

versioning

In case you need to tag the version of the code, you need to have either hatch or pipx installed.

  1. Activate python environment, e.g. source venv/bin/activate.
  2. Run python -m pip install hatch or python -m pip install pipx.

You can bump the version via:

$ pipx run hatch run tag x.y.z
# or
$ hatch run tag x.y.z

where x.y.z is the new version to use. This should be run from the default branch (main / master) as this will create a commit and tag, and push for you. So make sure you have the ability to push directly to the default branch.

Release candidates can be bumped as e.g.:

$ hatch run tag x.y.zrc0

pre-commit

Install pre-commit to avoid CI failure. Once pre-commit is installed, a git hook script will be run to identify simple issues before submission to code review.

Instruction for installing pre-commit in a python environment:

  1. Activate python environment, e.g. source venv/bin/activate.
  2. Run python -m pip install pre-commit.
  3. Run pre-commit install to install the hooks in .pre-commit-config.yaml.

After installing pre-commit, .pre-commit-config.yaml will be run every time git commit is done. Redo git add and git commit, if the pre-commit script changes any files.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

module_qc_data_tools-1.0.18.tar.gz (14.1 kB view details)

Uploaded Source

Built Distribution

module_qc_data_tools-1.0.18-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

Details for the file module_qc_data_tools-1.0.18.tar.gz.

File metadata

  • Download URL: module_qc_data_tools-1.0.18.tar.gz
  • Upload date:
  • Size: 14.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.4

File hashes

Hashes for module_qc_data_tools-1.0.18.tar.gz
Algorithm Hash digest
SHA256 ba95c4e68b01fb70976c571e0de21a9e40f75a54327d432a4c1810c14ab81ee3
MD5 78da9eca844f8b827d89df790b740430
BLAKE2b-256 e7dc2403dba14e83e77835fa1df7f95305c2c8892a1b4af0e250fb11642ee430

See more details on using hashes here.

File details

Details for the file module_qc_data_tools-1.0.18-py3-none-any.whl.

File metadata

File hashes

Hashes for module_qc_data_tools-1.0.18-py3-none-any.whl
Algorithm Hash digest
SHA256 16581bbcbbb88b30b153ecacf1e4c68fda82946554b52ef48903c2d248ca92f6
MD5 5d3441fa2a2ee90a6a18f62d6b5123ff
BLAKE2b-256 27c6af912ab2de6edd2ef3c6fc90559b1c9a1ee83f491669b168efcb083e253d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page