README.md
pyproject.toml
src/python_outbox_core/__init__.py
src/python_outbox_core/config.py
src/python_outbox_core/events.py
src/python_outbox_core/health_check.py
src/python_outbox_core/repository.py
src/python_outbox_core.egg-info/PKG-INFO
src/python_outbox_core.egg-info/SOURCES.txt
src/python_outbox_core.egg-info/dependency_links.txt
src/python_outbox_core.egg-info/requires.txt
src/python_outbox_core.egg-info/top_level.txt
src/python_outbox_core/adapters/__init__.py
src/python_outbox_core/adapters/examples/__init__.py
src/python_outbox_core/adapters/examples/kafka_routing.py
src/python_outbox_core/adapters/examples/kong_simple.py
src/python_outbox_core/formatters/__init__.py
src/python_outbox_core/formatters/base.py
src/python_outbox_core/formatters/cloudevents.py
src/python_outbox_core/publisher/__init__.py
src/python_outbox_core/publisher/base.py
src/python_outbox_core/publisher/error_handler.py
src/python_outbox_core/publisher/interface.py
src/python_outbox_core/publisher/metrics.py
tests/test_config.py
tests/test_events.py
tests/test_outbox_publisher.py