Metadata-Version: 2.1
Name: nonebot-plugin-web-config
Version: 0.1.1
Summary: Nonebot的热更新webui的基于pydantic的配置
Author: canxin
Author-email: 1969730106@qq.com
Requires-Python: >=3.8,<4.0
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: fastapi (>=0.101.0,<0.102.0)
Requires-Dist: fastapi-login (>=1.9.1,<2.0.0)
Requires-Dist: nonebot2 (>=2.0.0,<3.0.0)
Requires-Dist: python-multipart (>=0.0.6,<0.0.7)
Requires-Dist: uvicorn (>=0.23.2,<0.24.0)
Description-Content-Type: text/markdown

# nonebot_plugin_web_config

一个通用的config的webui热更新框架,需要开发者主动适配才可使用

配置项  
web_user: str = "admin"  
web_passed: str = "passwd"  
web_host: str = "127.0.0.1"  
web_port: int = 8666  

