ewoksppf |version| ================== *ewoksppf* provides task scheduling for cyclic `ewoks `_ workflows. *ewoksppf* has been developed by the `Software group `_ of the `European Synchrotron `_. Getting started --------------- Install requirements .. code:: bash pip install ewoksppf Execute a workflow .. code:: python from ewoksppf import execute_graph result = execute_graph("/path/to/graph.json") Run the tests .. code:: bash pip install ewoksppf[test] pytest --pyargs ewoksppf.tests Documentation ------------- .. toctree:: :maxdepth: 2 parallel actors api