PyCondor¶
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.