Metadata-Version: 2.1
Name: nonebot-plugin-ayaka
Version: 1.0.3b1
Summary: 为nonebot插件开发提供状态机支持
Home-page: https://bridgel.github.io/ayaka_doc/
License: MIT
Author: Su
Author-email: wxlxy316@163.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: nonebot-adapter-onebot (>=2.1.3,<3.0.0)
Requires-Dist: nonebot2 (>=2.0.0b5,<3.0.0)
Project-URL: Repository, https://github.com/bridgeL/nonebot-plugin-ayaka
Description-Content-Type: text/markdown

<div align="center">

# Ayaka - 为群聊插件开发提供状态机支持 - 1.0.3b1

基于[nonebot2](https://github.com/nonebot/nonebot2)和[OnebotV11协议](https://github.com/botuniverse/onebot-11)，为群聊插件开发提供状态机支持

<img src="https://img.shields.io/pypi/pyversions/nonebot-plugin-ayaka">

单独安装本插件没有意义，本插件的意义在于帮助衍生插件实现功能

</div>

## 安装

```
pip install nonebot-plugin-ayaka
``` 

## 特性

- 状态机
- 数据缓存

## 文档

https://bridgel.github.io/ayaka_doc/

