Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vourhey/pinatapy
- Owner: Vourhey
- License: bsd-3-clause
- Created: 2020-01-20T16:01:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T11:41:00.000Z (7 months ago)
- Last Synced: 2024-12-26T16:07:58.307Z (11 days ago)
- Language: Python
- Size: 41 KB
- Stars: 45
- Watchers: 5
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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