Metadata-Version: 2.1
Name: PostgresAlembicUtil
Version: 1.0.0
Summary: Programmatically run alembic migrations against a PostgreSQL database
Author-email: Eduardo Almeida <eduardo.almeida@e-deploy.com.br>
Maintainer-email: Eduardo Almeida <eduardo.almeida@e-deploy.com.br>
Requires-Python: >=3.8
Requires-Dist: alembic<2,>=1.14
Requires-Dist: sqlalchemy<3,>=1.4.30
Provides-Extra: psycopg2
Requires-Dist: psycopg2-binary>=2.9; extra == "psycopg2"
Provides-Extra: psycopg
Requires-Dist: psycopg[binary]>=3.1; extra == "psycopg"
Provides-Extra: test
Requires-Dist: pytest>=8.0; extra == "test"
Requires-Dist: psycopg2-binary>=2.9; extra == "test"
