Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abogoyavlensky/python-ponominalu

Python client for Ponominalu API
https://github.com/abogoyavlensky/python-ponominalu

api client python

Last synced: 5 days ago
JSON representation

Python client for Ponominalu API

Awesome Lists containing this project

README

        

# python-ponominalu
Python client for Ponominalu API http://api.cultserv.ru/public/docs/

Installation
------------
```
pip install python-ponominalu
```
Requires
--------
* python2.7
* requests

Ponominalu API docs
-------------------
[Ponominalu developer site](http://api.cultserv.ru/public/docs/)

Usage example
-------------

```
from ponominalu.client import PonominaluAPI
client = PonominaluAPI()
categories = client.categories()
```