Metadata-Version: 2.4
Name: PyCondor
Version: 0.6.1
Summary: Python utility for HTCondor
Author-email: James Bourbeau <james@jamesbourbeau.com>
Maintainer-email: Duncan Macleod <macleoddm@cardiff.ac.uk>, Greg Ashton <gregory.ashton@ligo.org>
License-Expression: MIT
Project-URL: Homepage, https://github.com/pycondor/pycondor
Project-URL: Repository, https://github.com/pycondor/pycondor
Project-URL: Documentation, https://pycondor.readthedocs.io
Project-URL: Bug Tracker, https://github.com/pycondor/pycondor/issues
Keywords: computing,condor,htcondor,high-throughput,python,tool,utility
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Dynamic: license-file

# 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
