LICENSE
README.md
pyproject.toml
src/tickcluster/__init__.py
src/tickcluster/bus.py
src/tickcluster/config.py
src/tickcluster/ingestion.py
src/tickcluster/models.py
src/tickcluster/normalizer.py
src/tickcluster/worker.py
src/tickcluster.egg-info/PKG-INFO
src/tickcluster.egg-info/SOURCES.txt
src/tickcluster.egg-info/dependency_links.txt
src/tickcluster.egg-info/requires.txt
src/tickcluster.egg-info/top_level.txt
src/tickcluster/alerts/__init__.py
src/tickcluster/alerts/engine.py
src/tickcluster/alerts/eod_summary.py
src/tickcluster/api/__init__.py
src/tickcluster/api/auth.py
src/tickcluster/api/billing.py
src/tickcluster/api/middleware.py
src/tickcluster/api/routes.py
src/tickcluster/api/websocket.py
src/tickcluster/backtest/__init__.py
src/tickcluster/backtest/engine.py
src/tickcluster/classifier/__init__.py
src/tickcluster/classifier/hmm_smoother.py
src/tickcluster/classifier/online_kmeans.py
src/tickcluster/classifier/pipeline.py
src/tickcluster/classifier/regime_mapper.py
src/tickcluster/db/__init__.py
src/tickcluster/db/repository.py
src/tickcluster/features/__init__.py
src/tickcluster/features/extractor.py
src/tickcluster/features/pipeline.py
src/tickcluster/observability/__init__.py
src/tickcluster/observability/metrics.py
src/tickcluster/providers/base.py
src/tickcluster/providers/binance.py
src/tickcluster/providers/databento.py
src/tickcluster/providers/polygon.py
tests/test_alerts.py
tests/test_api.py
tests/test_backtest.py
tests/test_bus.py
tests/test_classifier.py
tests/test_features.py
tests/test_infra.py
tests/test_ingestion.py
tests/test_models.py
tests/test_normalizer.py