Introduction¶
This library is a simple wrapper around the Ipernity API. It was inspired by Wayne’s Ipernity API and Sybren A. Stüvel’s Flickr API.
Installation¶
Via Pip:
$ pip install PyIpernity
The source is available at Github.
Limits¶
OAuth is not supported.
The only supported data format is JSON (which is parsed into Python objects).
PyIpernity has no object-oriented representation of Ipernity objects like documents, albums etc.
Management of credentials (login and tokens) is mostly left to the user.