ewoksppf 0.1

ewoksppf provides task scheduling for cyclic ewoks workflows.

ewoksppf has been developed by the Software group of the European Synchrotron.

Getting started

Install requirements

pip install ewoksppf

Execute a workflow

from ewoksppf import execute_graph

result = execute_graph("/path/to/graph.json")

Run the tests

pip install ewoksppf[test]
pytest --pyargs ewoksppf.tests

Documentation