Metadata-Version: 1.0
Name: shanbay
Version: 0.1.0
Summary: Python wrapper for shanbay.com
Home-page: https://github.com/mozillazg/python-shanbay
Author: mozillazg
Author-email: mozillazg101@gmail.com
License: MIT
Download-URL: https://github.com/mozillazg/python-shanbay/archive/master.zip
Description: python-shanbay

        ==============

        

        提供一系列操纵扇贝网 (www.shanbay.com) 的 api

        

        |Build| |Coverage| |Pypi version| |Pypi downloads|

        

        

        

        * Documentation: http://python-shanbay.rtfd.org

        * GitHub: https://github.com/mozillazg/python-shanbay

        * Free software: MIT license

        * PyPI: https://pypi.python.org/pypi/shanbay

        * Python version: 2.6, 2.7, pypy, 3.3

        

        

        Installation

        ------------

        

        To install python-shanbay, simply:

        

        .. code-block:: bash

        

            $ pip install shanbay

        

        

        Basic Usage

        -----------

        

        .. code-block:: python

        

            >>> from shanbay import Shanbay

            >>> shanbay = Shanbay('username', 'password')

            >>> api = shanbay.api

            >>> api.user_info()

            {"username":"uesrname", "nickname":"nickname", "userid":1, "result":1} 

        

        

        .. |Build| image:: https://api.travis-ci.org/mozillazg/python-shanbay.png?branch=master

           :target: https://travis-ci.org/mozillazg/python-shanbay

        .. |Coverage| image:: https://coveralls.io/repos/mozillazg/python-shanbay/badge.png?branch=master

           :target: https://coveralls.io/r/mozillazg/python-shanbay

        .. |Pypi version| image:: https://pypip.in/v/shanbay/badge.png

           :target: https://crate.io/packages/shanbay

        .. |Pypi downloads| image:: https://pypip.in/d/shanbay/badge.png

           :target: https://crate.io/packages/shanbay

        
        
        Changelog

        =========

        

        0.1.0 (2014-03-31)

        ------------------

        

        - 封装 `扇贝网 API v0.8 <http://www.shanbay.com/help/developer/api>`__.

        
Keywords: shanbay,扇贝网
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Utilities
