ewokscore 0.7#

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

pip install ewokscore

Execute a workflow

from ewokscore import execute_graph

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

Run the tests

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