Metadata-Version: 2.1
Name: pyeh
Version: 0.0.3
Summary: A small SDK for EH
Home-page: https://gitlab.com/konradp/pyeh
Author: Konrad P
License: UNKNOWN
Description: # 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 upload dist/*
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
