Skip to main content

A Python wrapper for HTCondor's cli

Project description

condorpy:

Python interface for high throughput computing with HTCondor

Version:
0.1.3
Author:

Scott Christensen

Team:

CI-WATER

Homepage:

http://ci-water.github.io/condorpy/

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


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.3.tar.gz (12.7 kB view details)

Uploaded Source

File details

Details for the file condorpy-0.1.3.tar.gz.

File metadata

  • Download URL: condorpy-0.1.3.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for condorpy-0.1.3.tar.gz
Algorithm Hash digest
SHA256 896482c8b0362f50967e4a10e7802913e3783806c39eb2d8c63e1ad4624af6bb
MD5 3c4dc416a53f021c08db81b397cd6d84
BLAKE2b-256 ba585673db8ce907c857b46e4f3d0a043f2edfcd24a0c12422327f3f2f369454

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page