Skip to content

zachway1996/pycondor

 
 

Repository files navigation

Build Status pypi version pypi status license

PyCondor (Python HTCondor)

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.

Useful Links

Installation

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

Examples

For example uses of PyCondor, please see the examples page in the documentation or the examples/ directory in the project repository.

License

MIT License

Copyright (c) 2017 James Bourbeau

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Makefile 0.9%