A Python wrapper for HTCondor's cli
Project description
- condorpy:
Python interface for high throughput computing with HTCondor
- Version:
- 0.2.1
- 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.2.1.tar.gz
(15.4 kB
view details)
File details
Details for the file condorpy-0.2.1.tar.gz
.
File metadata
- Download URL: condorpy-0.2.1.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 204d8530e6b5cfc8914b85bae12f21b92f476830d42c2f2d83dd16d329212e6f |
|
MD5 | a4a42a4750ddf18151884f85e53d1a83 |
|
BLAKE2b-256 | 4117397442ce12e16b30a39b2ab58119cbc6858be1c54fbc02d7679c848ac9b3 |