CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
azure_postgresql_auth/__init__.py
azure_postgresql_auth/_version.py
azure_postgresql_auth/core.py
azure_postgresql_auth/errors.py
azure_postgresql_auth/py.typed
azure_postgresql_auth.egg-info/PKG-INFO
azure_postgresql_auth.egg-info/SOURCES.txt
azure_postgresql_auth.egg-info/dependency_links.txt
azure_postgresql_auth.egg-info/requires.txt
azure_postgresql_auth.egg-info/top_level.txt
azure_postgresql_auth/psycopg2/__init__.py
azure_postgresql_auth/psycopg2/entra_connection.py
azure_postgresql_auth/psycopg3/__init__.py
azure_postgresql_auth/psycopg3/async_entra_connection.py
azure_postgresql_auth/psycopg3/entra_connection.py
azure_postgresql_auth/sqlalchemy/__init__.py
azure_postgresql_auth/sqlalchemy/async_entra_connection.py
azure_postgresql_auth/sqlalchemy/entra_connection.py
doc/azure_postgresql_auth.psycopg2.rst
doc/azure_postgresql_auth.psycopg3.rst
doc/azure_postgresql_auth.rst
doc/azure_postgresql_auth.sqlalchemy.rst
samples/sample_psycopg2_connection.py
samples/sample_psycopg3_connection.py
samples/sample_sqlalchemy_connection.py
tests/conftest.py
tests/test_core.py
tests/test_core_async.py
tests/test_psycopg2.py
tests/test_psycopg3.py
tests/test_psycopg3_async.py
tests/test_sqlalchemy.py
tests/test_sqlalchemy_async.py
tests/utils.py