Metadata-Version: 2.1
Name: pyece
Version: 0.0.9
Summary: Tools for working with markup elements
Home-page: https://github.com/rilshok/pyece
Author: Elizaveta Dakhova; Vladislav A. Proskurov
Author-email: rilshok@pm.me
License: MIT
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 1 - Planning
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pytest
Requires-Dist: h5py
Requires-Dist: nptyping

# pyece
Tools for working with markup elements

# Installation

```
pip install pyece
```

# Usage example
```python

```
