A Python wrapper for HTCondor's cli
Project description
- condorpy:
Python interface for high throughput computing with HTCondor
- Version:
- 0.1.5
- Team:
CI-WATER
- 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.1.5.tar.gz
(12.7 kB
view details)
File details
Details for the file condorpy-0.1.5.tar.gz
.
File metadata
- Download URL: condorpy-0.1.5.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6861db02c733af0ede995c8c56b896ca5e27f7cfcd1d22a6457f3233e2e72906 |
|
MD5 | 091fff29b6ac644fce0e5b252ed2ad60 |
|
BLAKE2b-256 | 65d8f30bc68b62e7e36c97a753c9528847f5a04962fe560ee086765ee4b69500 |