Metadata-Version: 2.1
Name: slurmpie
Version: 0.8.5
Summary: Package to interact with SLURM
Home-page: https://github.com/svdvoort/slurmpie
Author: Sebastian van der Voort
Author-email: Svdvoort@users.noreply.github.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# slurmpie

[![Python test](https://github.com/Svdvoort/slurmpie/workflows/Python%20test/badge.svg)](https://github.com/Svdvoort/slurmpie/actions?query=workflow%3A%22Python+test%22)
[![codecov](https://codecov.io/gh/Svdvoort/slurmpie/branch/master/graph/badge.svg)](https://codecov.io/gh/Svdvoort/slurmpie)
[![Documentation Status](https://readthedocs.org/projects/slurmpie/badge/?version=latest)](https://slurmpie.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/slurmpie.svg)](https://badge.fury.io/py/slurmpie)

Python library to interact with [SLURM](https://slurm.schedmd.com/documentation.html).

## Documentation

Documentation can be found on [read the docs](https://slurmpie.readthedocs.io/en/stable/)

## Tests

Tests can be found in the tests/ folder and can be run using pytest after installing the requirements in tests/requirements.txt


