Metadata-Version: 1.0
Name: ipernity_api
Version: 0.1
Summary: Python Ipernity API
Home-page: https://github.com/oneyoung/python-ipernity-api
Author: oneyoung
Author-email: guowangyang@gmail.com
License: Apache 2.0
Description: # 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
        * Unittest to guarantee code quality
        
        
        ## Requirements
        By far, just support Python2.
        
        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.
        
Platform: UNKNOWN
