PyCondor

https://travis-ci.org/jrbourbeau/pycondor.svg?branch=master https://codecov.io/gh/jrbourbeau/pycondor/branch/master/graph/badge.svg https://img.shields.io/pypi/v/pycondor.svg https://img.shields.io/pypi/l/pycondor.svg PyPI - Python Version

PyCondor (Python HTCondor) is a tool to help build and submit workflows to HTCondor in a straight-forward manner with minimal hassle.

With just a few lines of code, you can get PyCondor up and running:

from pycondor import Job
job = Job(name='examplejob', executable='my_script.py')
job.build_submit()

Questions & Bug Reports

PyCondor is an open-source project and contributions are always welcome from anyone. If you have a question, would like to propose a new feature, or submit a bug report, feel free to open up an issue on our issue tracker on GitHub.