A Python wrapper for HTCondor's cli
Project description
- condorpy:
Python interface for high throughput computing with HTCondor
- Version:
- 0.5.3
- Team:
Tethys Platform
- Homepage:
- License:
BSD 2-Clause
Description:
Condorpy is a wrapper for the command line interface (cli) of HTCondor and enables creating submitting and monitoring HTCondor jobs from Python. HTCondor must be installed to use condorpy.
Installing:
$ pip install condorpy
Code Example:
>>> from condorpy import Job, Templates >>> job = Job('job_name', Templates.vanilla_transfer_files) >>> job.executable = 'job_script' >>> jobs.arguments = 'input_1 input_2' >>> job.transfer_input_files = 'input_1 input_2' >>> job.transfer_output_files = 'output' >>> job.submit()
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
condorpy-0.5.3.tar.gz
(18.5 kB
view details)
Built Distribution
condorpy-0.5.3-py3-none-any.whl
(25.2 kB
view details)
File details
Details for the file condorpy-0.5.3.tar.gz
.
File metadata
- Download URL: condorpy-0.5.3.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0.post20191101 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4354acf1fa49b32f602ed8ac41912e31d0688a36fe9614e7e0c6dadd82e924a2 |
|
MD5 | 6ae09e1695da20aff88e5b4312d42e7f |
|
BLAKE2b-256 | 788f04795bd40b490f666674ba9ced38d07750b7a67f0eac9c8655ea366e4d7e |
File details
Details for the file condorpy-0.5.3-py3-none-any.whl
.
File metadata
- Download URL: condorpy-0.5.3-py3-none-any.whl
- Upload date:
- Size: 25.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0.post20191101 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbf233dd82886d0c3255f08204b3cef3b723ed312bb1f825240147b0e088fad9 |
|
MD5 | 26d86e973b1f01eeaa76915d8a6afa23 |
|
BLAKE2b-256 | 31189a9a9d75339e63ae2944248e9f55ef9b813c128a09b9a29784cc2b7bc7e8 |