Metadata-Version: 2.1
Name: ewoksppf
Version: 0.0.3a2
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: Bug Tracker, https://gitlab.esrf.fr/workflow/ewoks/ewoksppf/-/issues
Platform: UNKNOWN
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: Pypushflow binding for Ewoks

ewoksppf provides task scheduling for cyclic Ewoks workflows.

## Install

```bash
python -m pip install ewoksppf[test]
```

## Test

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

## Documentation

https://workflow.gitlab-pages.esrf.fr/ewoks/ewoksppf/


