Metadata-Version: 2.1
Name: nonebot-plugin-orm
Version: 0.1.0
Summary: SQLAlchemy ORM support for nonebot
Keywords: nonebot orm sqlalchemy
Home-page: https://github.com/nonebot/plugin-orm
Author-Email: yanyongyu <yyy@nonebot.dev>, ProgramRipper <programripper@foxmail.com>
License: MIT
Project-URL: Homepage, https://github.com/nonebot/plugin-orm
Project-URL: Repository, https://github.com/nonebot/plugin-orm
Project-URL: Documentation, https://github.com/nonebot/plugin-orm
Requires-Python: <4.0,>=3.9
Requires-Dist: alembic~=1.12
Requires-Dist: click~=8.1
Requires-Dist: importlib-metadata~=6.8; python_version < "3.10"
Requires-Dist: nonebot2~=2.1
Requires-Dist: sqlalchemy~=2.0
Requires-Dist: typing-extensions~=4.8; python_version < "3.12"
Requires-Dist: psycopg[binary]~=3.1
Requires-Dist: aiosqlite~=0.19; extra == "default"
Requires-Dist: nonebot-plugin-localstore~=0.5; extra == "default"
Requires-Dist: aiomysql~=0.2; extra == "mysql"
Requires-Dist: psycopg[binary]~=3.1; extra == "postgresql"
Requires-Dist: aiosqlite~=0.19; extra == "sqlite"
Provides-Extra: default
Provides-Extra: mysql
Provides-Extra: postgresql
Provides-Extra: sqlite
Description-Content-Type: text/markdown

# nonebot-plugin-orm
