Metadata-Version: 2.1
Name: aiocqhttp
Version: 1.1.0
Summary: A Python SDK with async I/O for CQHTTP.
Home-page: https://github.com/cqmoe/python-aiocqhttp
Author: Richard Chien
Author-email: richardchienthebest@gmail.com
License: MIT License
Description: # CQHTTP Python Async SDK
        
        [![License](https://img.shields.io/github/license/cqmoe/python-aiocqhttp.svg)](LICENSE)
        [![PyPI](https://img.shields.io/pypi/v/aiocqhttp.svg)](https://pypi.python.org/pypi/aiocqhttp)
        ![Python Version](https://img.shields.io/badge/python-3.7+-blue.svg)
        ![CQHTTP Version](https://img.shields.io/badge/cqhttp-4.8+-black.svg)
        [![QQ 群](https://img.shields.io/badge/qq%E7%BE%A4-768887710-orange.svg)](https://jq.qq.com/?_wv=1027&k=5OFifDh)
        [![Telegram](https://img.shields.io/badge/telegram-chat-blue.svg)](https://t.me/cqhttp)
        [![QQ 版本发布群](https://img.shields.io/badge/%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E7%BE%A4-218529254-green.svg)](https://jq.qq.com/?_wv=1027&k=5Nl0zhE)
        [![Telegram 版本发布频道](https://img.shields.io/badge/%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E9%A2%91%E9%81%93-join-green.svg)](https://t.me/cqhttp_release)
        
        CQHTTP Python Async SDK 是 [酷Q](https://cqp.cc) 的 [CQHTTP 插件](https://cqhttp.cc) 的 Python SDK 异步版本，采用异步 I/O，封装了 web 服务器相关的代码，支持 CQHTTP 的 HTTP 和反向 WebSocket 两种通信方式，让使用 Python 的开发者能方便地开发插件。
        
        本 SDK 要求使用 Python 3.7 或更高版本、CQHTTP v4.8 或更高版本。
        
        CQHTTP Python SDK 同步版本见 [`python-cqhttp`](https://github.com/cqmoe/python-cqhttp)。
        
        ## 文档
        
        使用方法见 [文档](https://python-aiocqhttp.cqp.moe/)。
        
        ## 遇到问题
        
        如果在使用本 SDK 时遇到任何问题，请 [提交 issue](https://github.com/cqmoe/python-aiocqhttp/issues/new)，也欢迎参与项目开发，具体流程请参考 [贡献指南](CONTRIBUTING.md)。
        
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Robot Framework
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: all
