An open API service indexing awesome lists of open source software.

https://github.com/pycondor/pycondor

Build and submit workflows to HTCondor in Python
https://github.com/pycondor/pycondor

distributed-computing high-throughput-computing htcondor python workflow

Last synced: 4 months ago
JSON representation

Build and submit workflows to HTCondor in Python

Awesome Lists containing this project

README

          

# 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