File: README.md

package info (click to toggle)
python-ewoksdask 0.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: python: 242; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ewoksdask

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

## Install

```bash
pip install ewoksdask[test]
```

## Test

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

## Documentation

https://ewoksdask.readthedocs.io/