Metadata-Version: 2.4
Name: fobox-orm
Version: 0.0.3
Summary: ORM for Fobox
Author-email: Miot Project <openmiot@gmail.com>, Mark Radin <mrybs2@gmail.com>
Requires-Python: >=3.14
License-File: LICENSE
Provides-Extra: postgres
Requires-Dist: asyncpg; extra == "postgres"
Provides-Extra: sqlite
Requires-Dist: aiosqlite; extra == "sqlite"
Provides-Extra: full
Requires-Dist: fobox-orm[postgres]; extra == "full"
Requires-Dist: fobox-orm[sqlite]; extra == "full"
Dynamic: license-file
