Metadata-Version: 2.1
Name: edge-ml
Version: 0.0.1
Summary: Python library of edge-ml.org: end-to-end machine learning for embedded devices
Home-page: https://github.com/edge-ml/python
Author: KIT/TECO
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/edge-ml/python/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# python
Python package for edge-ml.

### Testing
To run the tests please enter:
```
python -m unittest -v tests/all.py
```


