Metadata-Version: 2.1
Name: nonebot-plugin-pam
Version: 0.1.0
Summary: Nonebot 2 的权限与访问管理。
License: Apache-2.0
Author: Yan
Author-email: 1964649083@qq.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: nonebot-plugin-apscheduler (>=0.5.0,<0.6.0)
Requires-Dist: nonebot2 (>=2.4.0,<3.0.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: sanic (>=24.6.0,<25.0.0)
Description-Content-Type: text/markdown

# Nonebot 2 的权限管理系统

## TODO LIST

### Main

1. 添加限流系统
2. 添加 Web UI
3. 自动提取指令

### Checker

1. 完善规则的载入
2. 完善 alias 的识别

### Server

1. 完善 Reload API
2. 新增 Delete API
3. 新增 Change API

