A Python wrapper for HTCondor's cli
Project description
- condorpy:
Python interface for high throughput computing with HTCondor
- Version:
- 0.2.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.2.0.tar.gz
(15.6 kB
view details)
File details
Details for the file condorpy-0.2.0.tar.gz
.
File metadata
- Download URL: condorpy-0.2.0.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7eae4e3a08d5d948d3139425e66e9dbf1a495fc01a3aa18ded1578c530befd6 |
|
MD5 | 4a52772aea0ba177e7856d22ef022194 |
|
BLAKE2b-256 | a2b2d2734a5ff76c1068a629b9f8c0d1f8bc8a66f7cee1d802892d632a3113a5 |