Skip to main content

A package for creating and submitting jobs to HTCondor

Project description

===================
CondorPy v0.0.0
===================
:condorpy: Python interface for high throughput computing with HTCondor
:Version: 0.0.0
:Author: Scott Christensen
:Team: CI-Water
:Homepage: http://ci-water.org
: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.0.0.tar.gz (8.6 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for condorpy-0.0.0.tar.gz
Algorithm Hash digest
SHA256 1a26aabce5ed847d824575d6a2311ab6033105871b48426d79657307fdd8ff67
MD5 9868d571c77749ea3034a7ee947824c7
BLAKE2b-256 add28dffda8028eb56ed52e73cbd11539195bf4cdf3724450fbcdd739fe4c835

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