Metadata-Version: 2.1
Name: ewoksutils
Version: 0.1.1
Summary: Utilities for ewoks developers
Home-page: https://gitlab.esrf.fr/workflow/ewoks/ewoksutils/
Author: ESRF
Author-email: wout.de_nolf@esrf.fr
License: MIT
Project-URL: Source, https://gitlab.esrf.fr/workflow/ewoks/ewoksutils/
Project-URL: Documentation, https://ewoksutils.readthedocs.io/
Project-URL: Tracker, https://gitlab.esrf.fr/workflow/ewoks/ewoksutils/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
License-File: LICENSE.md
Provides-Extra: dev
Requires-Dist: black >=22 ; extra == 'dev'
Requires-Dist: flake8 >=4 ; extra == 'dev'
Requires-Dist: pytest >=7 ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: pytest >=7 ; extra == 'doc'
Requires-Dist: sphinx-autodoc-typehints >=1.16 ; extra == 'doc'
Requires-Dist: sphinx >=4.5 ; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest >=7 ; extra == 'test'

# 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/
