ewokscore |version| =================== *ewokscore* provides an API to define workflows and implement tasks in `ewoks `_. *ewokscore* has been developed by the `Software group `_ of the `European Synchrotron `_. Getting started --------------- Install requirements .. code:: bash pip install ewokscore Execute a workflow .. code:: python from ewokscore import execute_graph result = execute_graph("/path/to/graph.json") Run the tests .. code:: bash pip install ewokscore[test] pytest --pyargs ewokscore.tests .. toctree:: :hidden: tutorials definitions howtoguides implementation api