CHANGES.md
Dockerfile
LICENSE
MANIFEST.in
README.md
TESTING.md
compose.yml
pyproject.toml
demo/__init__.py
demo/asyncpg.py
demo/psycopg.py
demo/psycopg2.py
src/wrapture_instrumentation_postgresql/__init__.py
src/wrapture_instrumentation_postgresql/common.py
src/wrapture_instrumentation_postgresql/py.typed
src/wrapture_instrumentation_postgresql.egg-info/PKG-INFO
src/wrapture_instrumentation_postgresql.egg-info/SOURCES.txt
src/wrapture_instrumentation_postgresql.egg-info/dependency_links.txt
src/wrapture_instrumentation_postgresql.egg-info/entry_points.txt
src/wrapture_instrumentation_postgresql.egg-info/not-zip-safe
src/wrapture_instrumentation_postgresql.egg-info/requires.txt
src/wrapture_instrumentation_postgresql.egg-info/top_level.txt
src/wrapture_instrumentation_postgresql/asyncpg/README.md
src/wrapture_instrumentation_postgresql/asyncpg/__init__.py
src/wrapture_instrumentation_postgresql/asyncpg/connection.py
src/wrapture_instrumentation_postgresql/asyncpg/cursor.py
src/wrapture_instrumentation_postgresql/asyncpg/prepared.py
src/wrapture_instrumentation_postgresql/psycopg/README.md
src/wrapture_instrumentation_postgresql/psycopg/__init__.py
src/wrapture_instrumentation_postgresql/psycopg/connection.py
src/wrapture_instrumentation_postgresql/psycopg/cursor.py
src/wrapture_instrumentation_postgresql/psycopg/transaction.py
src/wrapture_instrumentation_postgresql/psycopg2/README.md
src/wrapture_instrumentation_postgresql/psycopg2/__init__.py
src/wrapture_instrumentation_postgresql/psycopg2/factories.py
tests/__init__.py
tests/conftest.py
tests/test_package.py
tests/asyncpg/__init__.py
tests/asyncpg/conftest.py
tests/asyncpg/test_apply_remove.py
tests/asyncpg/test_class.py
tests/asyncpg/test_composition.py
tests/asyncpg/test_recording.py
tests/asyncpg/test_registration.py
tests/psycopg/__init__.py
tests/psycopg/conftest.py
tests/psycopg/test_apply_remove.py
tests/psycopg/test_async.py
tests/psycopg/test_class.py
tests/psycopg/test_composition.py
tests/psycopg/test_recording.py
tests/psycopg/test_registration.py
tests/psycopg2/__init__.py
tests/psycopg2/conftest.py
tests/psycopg2/test_apply_remove.py
tests/psycopg2/test_class.py
tests/psycopg2/test_composition.py
tests/psycopg2/test_recording.py
tests/psycopg2/test_registration.py