Metadata-Version: 2.1
Name: ewoksdask
Version: 0.1.0rc2
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://ewoksdask.readthedocs.io/
Project-URL: Tracker, https://gitlab.esrf.fr/workflow/ewoks/ewoksdask/issues/
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: dashboard
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: doc
License-File: LICENSE.md

# ewoksdask

*ewoksdask* provides distributed task scheduling for [ewoks](https://ewoks.readthedocs.io/) workflows.

## Install

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

## Test

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

## Documentation

https://ewoksdask.readthedocs.io/

