pylhc-submitter contains scripts to simplify the creation and submission of jobs to HTCondor at CERN
Project description
PyLHC Tools
pylhc-submitter contains scripts to simplify the creation and submission of jobs to HTCondor at CERN.
Documentation
- Autogenerated docs via
Sphinxcan be found at https://pylhc.github.io/PyLHC/. - General documentation of the OMC-Team is located at https://pylhc.github.io/
Getting Started
This package is Python 3.7+ compatible, and can be installed through pip:
pip install pylhc-submitter
One can also install from VCS:
git clone https://github.com/pylhc/submitter
pip install /path/to/submitter
Or simply from the online master branch, which is stable:
pip install git+https://github.com/pylhc/submitter.git#egg=pylhc
After installing, scripts can be run with either python -m pylhc_submitter.SCRIPT --FLAG ARGUMENT or by calling the .py files directly.
Description
This package provides scripts to allow the creation, submission, and execution of multi-job studies.
Quality checks
- Unit and accuracy tests are run automatically through CI Github Actions. See our workflows in this readme.
- Additional checks for code-complexity, design-rules, test-coverage and duplication are made through CodeClimate.
- Pull requests implementing functionality or fixes are merged into the master branch after passing CI, and getting a reviewer's approval.
Changelog
See the CHANGELOG file.
Hints for Developers
In case you want to contribute to submitter's development, you should install it in editable mode:
git clone https://github.com/pylhc/submitter
pip install --editable submitter
You can install extra dependencies (as defined in setup.py) suited to your use case with the following commands:
pip install --editable submitter[test]
pip install --editable submitter[test,doc]
pip install --editable submitter[all]
Open an issue, make your changes in a branch and submit a pull request.
Authors
- pyLHC/OMC-Team - Working Group - pyLHC
License
This project is licensed under the GNU GPLv3 License - see the LICENSE file for details.
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 pylhc_submitter-0.0.1.tar.gz.
File metadata
- Download URL: pylhc_submitter-0.0.1.tar.gz
- Upload date:
- Size: 40.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
141528d6640818b9080f5c85680afe0fa6c4c6bc895ac5b9d8b7f20292735c1b
|
|
| MD5 |
d583ca43a4070a8f2357e9881a26665c
|
|
| BLAKE2b-256 |
547ada4bcb6b594dd67051de907843d2da69d0e12f4386fd2a8a513315457f5e
|
File details
Details for the file pylhc_submitter-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pylhc_submitter-0.0.1-py3-none-any.whl
- Upload date:
- Size: 58.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
889870256a862755903314819e68fcc77012c8ed814007916819571a9220487b
|
|
| MD5 |
b72a86811acaa8cf21367dddb13dab28
|
|
| BLAKE2b-256 |
f62d0587bb1ae59f08ec963d906ed69686b8a707f339f5770b2670dd6bc8e5ae
|