File: README.md

package info (click to toggle)
python-ewoksutils 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: python: 764; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (2)
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/