yuntongxun-restapi-asyncio

asyncio python helper library for yuntongxun.com Restful Web API


Keywords
yuntongxun
License
GPL-2.0+
Install
pip install yuntongxun-restapi-asyncio==0.1

Documentation

YunTongXun.com RestAPI Python asynchronous IO helper library

这个库是 容联 · 云通讯 Rest API 的 Python 语言帮助库。 旨在简化以 Python 语言程序实现的服务程序与 云通讯 对接的编程步骤。

该库使用了异步IO作为通信方式,它基于 Python 3.5 及以上标准库的异步IO程序包 asyncio