Metadata-Version: 2.4
Name: bcl32-connect-db
Version: 0.3.0
Summary: Generic async database repository for SQLAlchemy and FastAPI
Project-URL: Repository, https://github.com/bcl32/python-modules
Requires-Python: >=3.10
Requires-Dist: sqlalchemy[asyncio]>=2.0
Requires-Dist: fastapi>=0.100.0
Requires-Dist: pydantic-settings>=2.0
Provides-Extra: postgres
Requires-Dist: asyncpg>=0.29.0; extra == "postgres"
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
