Metadata-Version: 2.4
Name: jobqueues
Version: 1.1.1
Summary: Wrappers for various queueing systems in python
Author-email: Acellera <info@acellera.com>
Project-URL: Homepage, https://github.com/Acellera/jobqueues
Project-URL: Bug Tracker, https://github.com/Acellera/jobqueues/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: protocolinterface
Requires-Dist: psutil
Requires-Dist: pyyaml
Requires-Dist: jinja2
Dynamic: license-file

# JobQueues
Unified interface for submitting jobs to various queueing systems.

## Install

To get the latest PyPI release use:

```sh
pip install jobqueues
```

Or if you want the latest github version:

```sh
pip install git+https://github.com/acellera/jobqueues
```

or clone the git and install manually with

```sh
git clone https://github.com/acellera/jobqueues
cd jobqueues
pip install .
```
