Metadata-Version: 2.1
Name: ewoksppf
Version: 0.2.0
Summary: Pypushflow binding for Ewoks
Home-page: https://gitlab.esrf.fr/workflow/ewoks/ewoksppf/
Author: ESRF
Author-email: wout.de_nolf@esrf.fr
License: MIT
Project-URL: Source, https://gitlab.esrf.fr/workflow/ewoks/ewoksppf/
Project-URL: Documentation, https://ewoksppf.readthedocs.io/
Project-URL: Tracker, https://gitlab.esrf.fr/workflow/ewoks/ewoksppf/issues/
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: doc
License-File: LICENSE.md

# ewoksppf

ewoksppf provides task scheduling for cyclic [ewoks](https://ewoks.readthedocs.io/) workflows.

## Install

```bash
pip install ewoksppf[test]
```

## Test

```bash
pytest --pyargs ewoksppf.tests
```

## Documentation

https://ewoksppf.readthedocs.io/
