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