Metadata-Version: 2.1
Name: py_accumulate
Version: 0.0.1rc0
Summary: Python wrapper for accumulate API
Home-page: https://github.com/ratnesh93/py_accumulate
Author: Ratnesh Chandak
Author-email: ratnesh.chandak@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/ratnesh93/py_accumulate/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# py_accumulate

Python wrapper for accumulate API


## install
'''python
pip install py_accumulate
'''
## Usage

```python
from py_accumulate.py_accumulate import Accumulate
ENDPOINT = "https://testnet.accumulatenetwork.io/v1"
a=Accumulate(ENDPOINT)
url = "acc://d4c8d9ab07daeecf50a7c78ff03c6524d941299e5601e578/ACME"
a.get(url)
```

## Endpoints

- get 


## Reference

-https://docs.accumulatenetwork.io/accumulate/developers/api/api-reference


## pip

https://pypi.org/project/py-accumulate/0.0.1/#description

