Metadata-Version: 2.4
Name: brewing
Version: 0.0.9
Summary: A web framework built on sqlachemy and fastapi.
Project-URL: Homepage, https://mikemcowie.github.io/brewing/
Project-URL: Documentation, https://mikemcowie.github.io/brewing/
Project-URL: Repository, https://github.com/mikemcowie/brewing
Project-URL: Issues, https://github.com/mikemcowie/brewing
Project-URL: Releases, https://github.com/mikemcowie/brewing/releases
Author-email: Mike Cowie <24739590+mikemcowie@users.noreply.github.com>
Requires-Python: >=3.13
Requires-Dist: fastapi>=0.118.0
Requires-Dist: frozendict>=2.4.6
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic-settings>=2.10.1
Requires-Dist: pydantic>=2.11.7
Requires-Dist: sqlalchemy>=2.0.43
Provides-Extra: all
Requires-Dist: aiomysql>=0.2.0; extra == 'all'
Requires-Dist: aiosqlite>=0.21.0; extra == 'all'
Provides-Extra: mariadb
Requires-Dist: aiomysql>=0.2.0; extra == 'mariadb'
Provides-Extra: mysql
Requires-Dist: aiomysql>=0.2.0; extra == 'mysql'
Provides-Extra: posgresql
Requires-Dist: psycopg>=3.2.9; extra == 'posgresql'
Provides-Extra: postgresql
Provides-Extra: sqlite
Requires-Dist: aiosqlite>=0.21.0; extra == 'sqlite'
Provides-Extra: testing
Requires-Dist: testcontainers>=4.12.0; extra == 'testing'
