Umbrella package that pins compatible versions of the DQRbuild toolkit
Project description
DQRbuild
DQRbuild is the umbrella package for the Data Quality Report (DQR) Builder toolkit.
It pins compatible versions of all toolkit packages so that a single install command
gives you a tested, coherent set of dependencies.
Toolkit packages
| Package | Description |
|---|---|
dqr-configuration |
Reads config files and generates HTCondor DAGs for GraceDB events |
dqrtasks |
Analysis tasks (glitch-find, hveto, iDQ, …) that run as DAG nodes |
basedb |
Thin Python abstraction layer over MariaDB/MySQL |
dqrdb |
Database of completed DQR results |
dqralert |
IGWN-alert listener that triggers the pipeline on GraceDB events |
dqrxfer |
Transfers DQR results from remote sites to the central node |
Installation
Install only the components you need:
pip install dqrbuild # dqr-configuration only (always included)
pip install "dqrbuild[tasks]" # + dqrtasks
pip install "dqrbuild[database]" # + basedb, dqrdb
pip install "dqrbuild[alert]" # + dqralert
pip install "dqrbuild[xfer]" # + dqrxfer
pip install "dqrbuild[all]" # everything
From source
git clone https://git.ligo.org/dqr-builder/dqrbuild.git
cd dqrbuild
pip install -e ".[all]"
Documentation
Full documentation is available at:
https://dqr-builder.docs.ligo.org/dqrbuild/
License
DQRbuild is distributed under the GNU General Public License v3 or later.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dqrbuild-0.3.0.tar.gz.
File metadata
- Download URL: dqrbuild-0.3.0.tar.gz
- Upload date:
- Size: 2.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7766fd1f8adcf03fb7df8c4836bcc96b18b892f7fd3c889c8f50fae7d0a40590
|
|
| MD5 |
891c1d4c041ce2a28751d60c99e47691
|
|
| BLAKE2b-256 |
fe4b6d6747fd2a82d4e6ac01c04abfb9e99000614c3547ea8e7409cd96459c75
|
File details
Details for the file dqrbuild-0.3.0-py3-none-any.whl.
File metadata
- Download URL: dqrbuild-0.3.0-py3-none-any.whl
- Upload date:
- Size: 2.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea8b8e6ac39ab7ddbe91dfc2473ac8bba6dd18410cc4b39a0bcc9ad80b697226
|
|
| MD5 |
bb21498050e5d671d282479177709393
|
|
| BLAKE2b-256 |
0d22ffff338cdd0c856394bc3a51ee1707f241bce95e6198944ac330fbe76632
|