.gitignore
.pre-commit-config.yaml
CHANGELOG.md
DEPLOYMENT.md
LICENSE
MANIFEST.in
QUICKSTART.md
README.md
mypy.ini
pyproject.toml
pytest.ini
requirements.txt
setup.py
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/workflows/manual-build.yml
.github/workflows/publish.yml
.github/workflows/test.yml
examples/__init__.py
examples/strategy_service_example.py
src/trading_common/__init__.py
src/trading_common/_version.py
src/trading_common/consumer_app.py
src/trading_common/db.py
src/trading_common/kafka.py
src/trading_common/kafka_common.py
src/trading_common/outbox.py
src/trading_common/schema.py
src/trading_common/settings_kafka.py
src/trading_common.egg-info/PKG-INFO
src/trading_common.egg-info/SOURCES.txt
src/trading_common.egg-info/dependency_links.txt
src/trading_common.egg-info/requires.txt
src/trading_common.egg-info/top_level.txt
tests/__init__.py
tests/test_db.py
tests/test_kafka.py
tests/test_outbox.py
tests/test_schema.py