Metadata-Version: 2.1
Name: ewoksdask
Version: 0.0.2a1
Summary: Dask binding for Ewoks
Home-page: https://gitlab.esrf.fr/workflow/ewoks/ewoksdask
Author: ESRF
Author-email: wout.de_nolf@esrf.fr
License: MIT
Project-URL: Source, https://gitlab.esrf.fr/workflow/ewoks/ewoksdask
Project-URL: Documentation, https://workflow.gitlab-pages.esrf.fr/ewoks/ewoksdask
Project-URL: Tracker, https://gitlab.esrf.fr/workflow/ewoks/ewoksdask/issues
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: doc
License-File: LICENSE.md

# EwoksDask: Dask binding for Ewoks

ewoksdask provides distributed task scheduling for Ewoks workflows.

## Install

```bash
python -m pip install ewoksdask[test]
```

## Test

```bash
pytest --pyargs ewoksdask.tests
```

## Documentation

https://workflow.gitlab-pages.esrf.fr/ewoks/ewoksdask/



