Metadata-Version: 2.1
Name: hntpy
Version: 0.0.4
Summary: Python wrapper for Helium API to simplify interactions with the Helium blockchain.'
Home-page: https://github.com/h-morgan/hntpy
License: MIT
Author: Haley Morgan
Author-email: haleymorgan3264@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: requests (>=2.28.1,<3.0.0)
Description-Content-Type: text/markdown

# hntpy

Python wrapper for Helium API to simplify interaction with Helium blockchain

## Install

To use the latest version of this Python package, download from PyPi:

```
pip install hntpy
```

