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