ewoksdask 0.2#

ewoksdask provides distributed task scheduling for ewoks workflows.

ewoksdask has been developed by the Software group of the European Synchrotron.

Getting started#

Install requirements

pip install ewoksdask

Execute a workflow

from ewoksdask import execute_graph

result = execute_graph("/path/to/graph.json")

Run the tests

pip install ewoksdask[test]
pytest --pyargs ewoksdask.tests