Metadata-Version: 2.1
Name: PyCondor
Version: 0.6.0
Summary: Python utility for HTCondor
Home-page: https://github.com/pycondor/pycondor
Author: James Bourbeau
Author-email: james@jamesbourbeau.com
License: MIT
Keywords: python condor htcondor high-throughput computing utility tool
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# PyCondor

[![Build Status](https://github.com/pycondor/pycondor/actions/workflows/test.yml/badge.svg)](https://github.com/pycondor/pycondor/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/pycondor/pycondor/branch/master/graph/badge.svg)](https://codecov.io/gh/pycondor/pycondor)
![pypi version](https://img.shields.io/pypi/v/pycondor.svg 'pypi version')
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pycondor.svg)
![license](https://img.shields.io/pypi/l/pycondor.svg 'license')

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


## Documentation

The documentation for PyCondor can be found at https://pycondor.github.io/pycondor.


## Installation


PyCondor can be installed using `pip`

```
pip install pycondor
```

or `conda`

```
conda install -c conda-forge pycondor
```

For more information see the [installation instructions](https://pycondor.github.io/pycondor/installation.html) in the [documentation](https://pycondor.github.io/pycondor).


## Contributing

To contribute to PyCondor, please see the [contributing guide](https://pycondor.github.io/pycondor/contributing.html) in the documentation.


## License

[MIT License](LICENSE)

Copyright (c) 2018 James Bourbeau


