Metadata-Version: 2.1
Name: nanohelp
Version: 0.0.2
Summary: Business logic to abstract the raw nano node RPC logic
Author: Nate Schultz
Author-email: nate.schultz@outlook.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pandas (>=2.0.0,<3.0.0)
Requires-Dist: protobuf (>=4.22.3,<5.0.0)
Requires-Dist: py-multicodec (>=0.2.1,<0.3.0)
Requires-Dist: requests (>=2.28.2,<3.0.0)
Description-Content-Type: text/markdown

# nanohelp
Business logic to abstract the raw nano node RPC logic

## Documentation

https://nanohelp.readthedocs.io/en/latest/

## Installation

```
pip install nanohelp
```

