LICENSE
README.md
pyproject.toml
src/matyan_frontier/__init__.py
src/matyan_frontier/app.py
src/matyan_frontier/cli.py
src/matyan_frontier/config.py
src/matyan_frontier/health.py
src/matyan_frontier/log_context.py
src/matyan_frontier/logging.py
src/matyan_frontier/metrics.py
src/matyan_frontier.egg-info/PKG-INFO
src/matyan_frontier.egg-info/SOURCES.txt
src/matyan_frontier.egg-info/dependency_links.txt
src/matyan_frontier.egg-info/entry_points.txt
src/matyan_frontier.egg-info/requires.txt
src/matyan_frontier.egg-info/top_level.txt
src/matyan_frontier/kafka/__init__.py
src/matyan_frontier/kafka/_security.py
src/matyan_frontier/kafka/producer.py
src/matyan_frontier/rest/__init__.py
src/matyan_frontier/rest/artifacts.py
src/matyan_frontier/ws/__init__.py
src/matyan_frontier/ws/handler.py
tests/test_app.py
tests/test_cli.py
tests/test_config.py
tests/test_health.py
tests/test_kafka_producer.py
tests/test_kafka_security.py
tests/test_log_context.py
tests/test_logging.py
tests/test_metrics.py
tests/test_rest_artifacts.py
tests/test_version.py
tests/test_ws_handler.py