A Python wrapper for HTCondor's cli
Project description
- condorpy:
Python interface for high throughput computing with HTCondor
- Version:
- 0.6.0
- 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.6.0.tar.gz
(19.9 kB
view details)
Built Distribution
condorpy-0.6.0-py3-none-any.whl
(25.3 kB
view details)
File details
Details for the file condorpy-0.6.0.tar.gz
.
File metadata
- Download URL: condorpy-0.6.0.tar.gz
- Upload date:
- Size: 19.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a8d9872f7fa45c33ef213e4612219924c8e411d046e5e4795da70ebeb7284e5 |
|
MD5 | 745318fb8e01327252c95dabc0cd078b |
|
BLAKE2b-256 | 6d37c808aa9f0564689ad8ef32f8615727d2d60100d63ebb5305dc91fefa1f56 |
File details
Details for the file condorpy-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: condorpy-0.6.0-py3-none-any.whl
- Upload date:
- Size: 25.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d53f913bc0a28ab49d492e9378fd287d38ddaa40a8b1da39ca9af20e65960aae |
|
MD5 | f806d60802eb5883bdb48b9d9835044c |
|
BLAKE2b-256 | a7d64c83ca1760782412b30370a0b2b5106a2558625fe0ea8505f9f48676ee4d |