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.9
Author:

Scott Christensen

Team:

Tethys Platform

Homepage:

http://tethysplatform.org/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.9.tar.gz (13.5 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for condorpy-0.1.9.tar.gz
Algorithm Hash digest
SHA256 60eaac873a71992a6e0a8b99c5dc241778a0288177cd13b908895aa991f2685c
MD5 4573603b64ecc8a52f50b487f38d8fa4
BLAKE2b-256 52b962a868aaa10de6c2ab589361339819e4cb777999bf4aa6e49d4482d80f0b

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