ewoksppf |release|
==================
*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
python3 -m 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
python3 -m pip install ewoksppf[test]
python3 -m pytest --pyargs ewoksppf.tests
Documentation
-------------
.. toctree::
:maxdepth: 2
actors
api