Metadata-Version: 1.1
Name: chinaapi
Version: 0.2.9
Summary: Python SDK For China API: Sina Weibo, QQ Weibo, Taobao
Home-page: https://github.com/smallcode/ChinaAPI
Author: smallcode
Author-email: 45945756@qq.com
License: Apache 2.0
Description: ChinaAPI
        ---------------
        
        目前已引入的API Python SDK：
        ++++++++++++++++++
        
        - 新浪微博：https://github.com/michaelliao/sinaweibopy
        - 腾讯微博：https://github.com/upbit/tweibo-pysdk
        - 淘宝：https://github.com/sempr/taobaopy
        
        现在只是直接调用外部包，将逐渐抽取共用的代码进行集成。
        
        TODO:
        ++++++++++++++++++
        - HTTP部分统一使用requests: https://github.com/kennethreitz/requests
        - 提取APIError基类
        - 提取APIClient基类
        
        
        Release History
        ---------------
        
        
        0.2.0 (2013-11-30)
        ++++++++++++++++++
        
        **目前已引入的API Python SDK：**
        
        - 新浪微博：https://github.com/michaelliao/sinaweibopy
        - 腾讯微博：https://github.com/upbit/tweibo-pysdk
        - 淘宝：https://github.com/sempr/taobaopy
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
