forked from oneyoung/python-ipernity-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
26 lines (19 loc) · 744 Bytes
/
README.txt
File metadata and controls
26 lines (19 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
python-ipernity-api
===================
Python wrapper for ipernity.com API, inspired by [python-flickr-api](https://github.com/alexis-mignon/python-flickr-api).
Main Features
------------------
* Object Oriented implementation
* Support full API on ipernity.com
* Support OAuth authentication
* Built-in document of Ipernity API
* Context sensitive objects, easy to use
* Simple GET request cache mechanism (optional)
* Unittest to guarantee code quality
Requirements
-----------------
By far, just support Python2, and require: python 2.6.5+.
No extra library or modules dependence, Python itself is enough.
Tutorial
-----------------
Please see [here](https://github.com/oneyoung/python-ipernity-api/wiki/Tutorial) for a quick start.