LICENSE
README.rst
pyproject.toml
pg8000/__init__.py
pg8000/converters.py
pg8000/core.py
pg8000/dbapi.py
pg8000/exceptions.py
pg8000/legacy.py
pg8000/native.py
pg8000/types.py
pg8000.egg-info/PKG-INFO
pg8000.egg-info/SOURCES.txt
pg8000.egg-info/dependency_links.txt
pg8000.egg-info/requires.txt
pg8000.egg-info/top_level.txt
test/__init__.py
test/test_converters.py
test/test_readme.py
test/test_types.py
test/dbapi/__init__.py
test/dbapi/conftest.py
test/dbapi/test_benchmarks.py
test/dbapi/test_connection.py
test/dbapi/test_copy.py
test/dbapi/test_dbapi.py
test/dbapi/test_dbapi20.py
test/dbapi/test_paramstyle.py
test/dbapi/test_query.py
test/dbapi/test_typeconversion.py
test/dbapi/auth/__init__.py
test/dbapi/auth/test_gss.py
test/dbapi/auth/test_md5.py
test/dbapi/auth/test_md5_ssl.py
test/dbapi/auth/test_password.py
test/dbapi/auth/test_scram-sha-256.py
test/dbapi/auth/test_scram-sha-256_ssl.py
test/legacy/__init__.py
test/legacy/conftest.py
test/legacy/stress.py
test/legacy/test_benchmarks.py
test/legacy/test_connection.py
test/legacy/test_copy.py
test/legacy/test_dbapi.py
test/legacy/test_dbapi20.py
test/legacy/test_error_recovery.py
test/legacy/test_paramstyle.py
test/legacy/test_prepared_statement.py
test/legacy/test_query.py
test/legacy/test_typeconversion.py
test/legacy/test_typeobjects.py
test/legacy/auth/__init__.py
test/legacy/auth/test_gss.py
test/legacy/auth/test_md5.py
test/legacy/auth/test_md5_ssl.py
test/legacy/auth/test_password.py
test/legacy/auth/test_scram-sha-256.py
test/legacy/auth/test_scram-sha-256_ssl.py
test/native/__init__.py
test/native/conftest.py
test/native/test_benchmarks.py
test/native/test_connection.py
test/native/test_copy.py
test/native/test_core.py
test/native/test_prepared_statement.py
test/native/test_query.py
test/native/test_typeconversion.py
test/native/auth/__init__.py
test/native/auth/test_gss.py
test/native/auth/test_md5.py
test/native/auth/test_md5_ssl.py
test/native/auth/test_password.py
test/native/auth/test_scram-sha-256.py
test/native/auth/test_scram-sha-256_ssl.py