File: README.md

package info (click to toggle)
python-ewoksutils 0.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 220 kB
  • sloc: python: 622; 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
# ewoksutils

*ewoksutils* provides utilities for [ewoks](https://ewoks.readthedocs.io/) developers.

## Install

```bash
pip install ewoksutils[test]
```

## Test

```bash
pytest --pyargs ewoksutils.tests
```

## Documentation

https://ewoksutils.readthedocs.io/