Metadata-Version: 1.1
Name: yuntongxun-restapi-asyncio
Version: 0.1
Summary: asyncio python helper library for yuntongxun.com Restful Web API
Home-page: https://github.com/tanbro/yuntongxun-restapi-asyncio
Author: Liu Xue Yan
Author-email: realtanbro@gmail.com
License: GPL
Description: YunTongXun.com RestAPI Python asynchronous IO helper library
        ============================================================
        
        这个库是 容联 · `云通讯`_ Rest API 的 `Python`_ 语言帮助库。
        旨在简化以 `Python`_ 语言程序实现的服务程序与 `云通讯`_ 对接的编程步骤。
        
        该库使用了异步IO作为通信方式，它基于 `Python`_ 3.5 及以上标准库的异步IO程序包 `asyncio`
        
        .. _云通讯: http://www.yuntongxun.com
        
        .. _Python: http://python.org/
Keywords: yuntongxun
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications :: Telephony
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
