Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vourhey/pinatapy

Non-official Pinata.cloud library
https://github.com/vourhey/pinatapy

Last synced: 4 days ago
JSON representation

Non-official Pinata.cloud library

Awesome Lists containing this project

README

        

# 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(, )
```

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