Metadata-Version: 2.1
Name: pyeh
Version: 0.1.2
Summary: A small SDK for EH
Home-page: https://gitlab.com/konradp/pyeh
Author: Konrad P
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests

# pyeh
A small SDK for EH.

# Usage
Install pyeh package.
```
python3 -m pip install --upgrade pyeh
```

# Release
Build the package and upload to PyPI.
```
python3 setup.py sdist bdist_wheel
python3 -m twine check dist/*
python3 -m twine upload dist/*
```


