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
python3 -m pip install ewoksppf
Execute a workflow
from ewoksppf import execute_graph
result = execute_graph("/path/to/graph.json")
Run the tests
python3 -m pip install ewoksppf[test]
python3 -m pytest --pyargs ewoksppf.tests