Metadata-Version: 2.4
Name: autoendpoint
Version: 0.1.0
Summary: Library to create basics endpoints from Models SQLModels
Requires-Python: >=3.14
Requires-Dist: fastapi>=0.129.0
Requires-Dist: sqlmodel>=0.0.33
Requires-Dist: strawberry-graphql[fastapi]>=0.312.0
Provides-Extra: postgresql
Requires-Dist: asyncpg>=0.31.0; extra == 'postgresql'
Requires-Dist: greenlet>=3.3.2; extra == 'postgresql'
Requires-Dist: psycopg2-binary>=2.9.11; extra == 'postgresql'
