Metadata-Version: 2.1
Name: pinatapy-vourhey
Version: 0.2.0
Summary: Non-official Pinata.cloud library
Home-page: https://github.com/vourhey/pinatapy
Author: Vadim Manaenko
Author-email: vadim.razorq@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# Non-official Pinata.cloud library

For more information about [Pinata.cloud](pinata.cloud) go to the official [documentation](https://pinata.cloud/documentation#GettingStarted)

## Warning

It's experimental development for my own purpose. Probably I'll finish error handling, add comments and publish it on PyPi.
But at the moment use it as it is. In the end it's just a hundred of lines =)

`options` doesn't work yet

## Installation

```
pip install pinatapy-vourhey
```

## Usage

```
from pinatapy import PinataPy
pinata = PinataPy(<pinata_api_key>, <pinata_secret_api_key>)
```

Look at the `__init__.py` file to find out about api calls
