HTCondor is a an open-source workload management system for high throughput computing developed at the University of Wisconsin–Madison. PyCondor is a tool that helps build and submit HTCondor submission files in a straight-forward manner with minimal hassle.
- Documentation: https://jrbourbeau.github.io/pycondor
- GitHub repository: https://github.com/jrbourbeau/pycondor
- PyPI: https://pypi.python.org/pypi/PyCondor
PyCondor can be easily installed via pip
pip install pycondor
In addition, you can also install PyCondor by downloading the project .tar file from the Python Package Index, unzip the download, navigate to the PyCondor project directory and run
python setup.py install
To upgrade an existing version of PyCondor, execute the following
pip install pycondor --upgrade
Lastly, you can always fork the GitHub repository and install locally via
python setup.py install
For example uses of PyCondor, please see the examples page in the documentation or the examples/
directory in the project repository.
Copyright (c) 2017 James Bourbeau