.gitattributes
.gitignore
CHANGELOG.txt
LICENSE.txt
Makefile
README.md
pyproject.toml
uv.lock
.circleci/config.yml
.github/workflows/release.yml
src/tentaclio_postgres/__init__.py
src/tentaclio_postgres/__main__.py
src/tentaclio_postgres.egg-info/PKG-INFO
src/tentaclio_postgres.egg-info/SOURCES.txt
src/tentaclio_postgres.egg-info/dependency_links.txt
src/tentaclio_postgres.egg-info/requires.txt
src/tentaclio_postgres.egg-info/scm_file_list.json
src/tentaclio_postgres.egg-info/scm_version.json
src/tentaclio_postgres.egg-info/top_level.txt
src/tentaclio_postgres/clients/__init__.py
src/tentaclio_postgres/clients/postgres_client.py
src/tentaclio_postgres/streams/__init__.py
src/tentaclio_postgres/streams/postgres_handler.py
tests/__init__.py
tests/conftest.py
tests/functional/__init__.py
tests/functional/postgres/__init_.py
tests/functional/postgres/test_api.py
tests/functional/postgres/test_client.py
tests/functional/postgres/test_postgres_client.py
tests/unit/__init__.py
tests/unit/clients/__init__.py
tests/unit/clients/test_postgres_client.py
tests/unit/streams/__init__.py
tests/unit/streams/test_postgres_handler.py