Metadata-Version: 2.1
Name: aiocqhttp
Version: 1.4.1
Summary: A Python SDK with async I/O for OneBot (CQHTTP).
Home-page: https://github.com/nonebot/aiocqhttp
Author: Richard Chien
Author-email: richardchienthebest@gmail.com
Maintainer: NoneBot Team
License: MIT License
Description: # aiocqhttp
        
        [![License](https://img.shields.io/github/license/nonebot/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)
        ![OneBot Version](https://img.shields.io/badge/OneBot-v10,v11-black.svg)
        
        **aiocqhttp** 是 [OneBot](https://github.com/howmanybots/onebot) (原 [酷Q](https://cqp.cc) 的 [CQHTTP 插件](https://cqhttp.cc)) 的 Python SDK，采用异步 I/O，封装了 web 服务器相关的代码，支持 OneBot 的 HTTP 和反向 WebSocket 两种通信方式，让使用 Python 的开发者能方便地开发插件。
        
        本 SDK 要求使用 Python 3.7 或更高版本，以及建议搭配支持 OneBot v11 的 OneBot 实现。
        
        ## 文档
        
        使用方法见 [文档](https://aiocqhttp.nonebot.dev/)。
        
        ## 遇到问题
        
        如果在使用本 SDK 时遇到任何问题，请 [提交 issue](https://github.com/nonebot/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
