Metadata-Version: 2.1
Name: moneroblocks
Version: 0.0.1
Summary: API wrapper for moneroblocks.info
Home-page: http://github.com/pasquantonio/moneroblocks
Author: Joe Pasquantonio
Author-email: joepasquantonio@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: requests

# moneroblocks_api_wrapper
A Python wrapper class for moneroblocks.info Monero Block Explorer

reference: https://moneroblocks.info/api

( This may be out of date, the json responses I have been getting have been slightly different than the ones displayed )

```python
from wrapper import MoneroBlocks

monero = MoneroBlocks()

# get stats

stats = monero.get_stats()

```



