Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abogoyavlensky/python-ponominalu
- Owner: abogoyavlensky
- License: mit
- Created: 2015-06-19T08:24:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T12:08:53.000Z (over 9 years ago)
- Last Synced: 2024-12-09T23:35:50.204Z (about 1 month 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
* requestsPonominalu API docs
-------------------
[Ponominalu developer site](http://api.cultserv.ru/public/docs/)Usage example
-------------```
from ponominalu.client import PonominaluAPI
client = PonominaluAPI()
categories = client.categories()
```