Metadata-Version: 2.1
Name: onebot-qqguild-extension
Version: 0.1.0
Summary: 
License: MIT
Author: hemengyang
Author-email: hmy0119@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: nonebot-adapter-onebot (>=2.2.2,<3.0.0)
Requires-Dist: nonebot2 (>=2.0.0-rc.1,<3.0.0)
Description-Content-Type: text/markdown

# OneBot QQ频道 扩展标准

**QQ频道 扩展标准** 旨在统一不同实现的扩展方法，避免混乱局面的出现。

**注意，本仓库是 OneBot QQ频道 扩展标准的最新草案，发布在 <https://he0119.github.io/onebot-qqguild-extension/>。**

## 本地预览

要在本地预览 OneBot QQ频道 扩展标准文档，请参考下面命令：

```sh
poetry install
mkdocs serve
```

## 贡献

如果你有兴趣帮助完善 OneBot QQ频道 扩展标准，可积极参与 [discussions](https://github.com/he0119/onebot-qqguild-extension/discussions) 中的讨论、提出 RFC 或帮助更新标准文档，具体贡献方式请参考 [贡献指南](CONTRIBUTING.md)。

## 鸣谢

- [OneBot](https://github.com/botuniverse/onebot): 文档的复制粘贴对象

