File: README.md

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

ewoksppf provides task scheduling for cyclic [ewoks](https://ewoks.readthedocs.io/) workflows.

## Install

```bash
pip install ewoksppf[test]
```

## Test

```bash
pytest --pyargs ewoksppf.tests
```

## Documentation

https://ewoksppf.readthedocs.io/