https://github.com/abogoyavlensky/python-ponominalu
Python client for Ponominalu API
https://github.com/abogoyavlensky/python-ponominalu
api client python
Last synced: 8 months ago
JSON representation
Python client for Ponominalu API
- Host: GitHub
- URL: https://github.com/abogoyavlensky/python-ponominalu
- Owner: abogoyavlensky
- License: mit
- Created: 2015-06-19T08:24:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T12:08:53.000Z (about 11 years ago)
- Last Synced: 2025-02-05T07:49:42.369Z (over 1 year ago)
- Topics: api, client, python
- Language: Python
- Homepage: http://api.cultserv.ru/public/docs/
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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()
```