.gitignore
.pre-commit-config.yaml
README.md
pyproject.toml
uv.lock
.github/workflows/ci.yml
taphealth_kafka/__init__.py
taphealth_kafka/client.py
taphealth_kafka/consumer.py
taphealth_kafka/producer.py
taphealth_kafka/topics.py
taphealth_kafka.egg-info/PKG-INFO
taphealth_kafka.egg-info/SOURCES.txt
taphealth_kafka.egg-info/dependency_links.txt
taphealth_kafka.egg-info/requires.txt
taphealth_kafka.egg-info/top_level.txt
tests/__init__.py
tests/test_client.py
tests/test_consumer.py
tests/test_producer.py
tests/test_topics.py