Metadata-Version: 2.1
Name: mydm
Version: 0.0.3a2
Summary: 一个使用OneBot v11/12协议的机器人框架
Home-page: https://github.com/yuyi2439/MyDM
License: Apache-2.0
Author: yuyi2439
Author-email: yuyi2439@qq.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: all
Requires-Dist: aiohttp (>=3.8.5,<4.0.0)
Requires-Dist: ujson (>=5.8.0,<6.0.0) ; extra == "all"
Project-URL: Repository, https://github.com/yuyi2439/MyDM
Description-Content-Type: text/markdown

# MyDM
### 一个使用OneBot v11/12协议的机器人框架
- 暂时只支持 go-cqhttp，写的代码也都是为了go-cqhttp，目前并没有使用别的OneBot实现的打算
- 暂时只支持 array 上报数据类型
- 暂时只支持 正向Http 和 正向WebSocket 通信协议

### 本项目使用Apache2.0开源协议
- 使用本项目时要求保留原始版权和许可声明。同时向贡献者明确授予专利权。
- 使用者可以自由修改，进行商业使用，可以使用不同的条款分发，没有开源要求。

