Skip to content

oneyoung/python-ipernity-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-ipernity-api

PyPI version

Python wrapper for ipernity.com API, inspired by 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.
  • Unittest to guarantee code quality

Requirements

By far, just support Python2.

No extra library or modules dependence, Python itself is enough.

python 2.6.5+

Installation

From source

git clone https://github.com/oneyoung/python-ipernity-api.git
cd python-ipernity-api
sudo python2 setup.py install  # for all user
python2 setup.py install --user # or for current user

From Pypi

sudo pip install ipernity_api  # for all user
pip install ipernity_api --user  # or for current user

See more info on pypi page

Tutorial

Please see here for a quick start.

About

Python wrapper for http://www.ipernity.com API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages