LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
./dashboard/__init__.py
./dashboard/backend/__init__.py
./dashboard/backend/dashboard_cli.py
./dashboard/backend/main.py
./dashboard/backend/user_paths.py
./dashboard/backend/api/__init__.py
./dashboard/backend/api/history.py
./dashboard/backend/api/market.py
./dashboard/backend/api/projections.py
./dashboard/backend/api/refresh.py
./dashboard/backend/api/stocks.py
./dashboard/backend/models/__init__.py
./dashboard/backend/models/market.py
./dashboard/backend/models/projection.py
./dashboard/backend/models/stock.py
./dashboard/backend/services/__init__.py
./dashboard/backend/services/data_loader.py
./src/__init__.py
./src/alerts/__init__.py
./src/alerts/alert_engine.py
./src/alerts/alert_rules.py
./src/alerts/alert_storage.py
./src/alerts/notifiers/__init__.py
./src/alerts/notifiers/webhook_notifier.py
./src/analysis/__init__.py
./src/analysis/ai_summarizer.py
./src/analysis/analyzer.py
./src/analysis/projector.py
./src/cli/__init__.py
./src/cli/commands.py
./src/core/__init__.py
./src/core/config.py
./src/core/logger.py
./src/services/__init__.py
./src/services/api_client.py
./src/services/data_fetcher.py
./src/services/index_fetcher.py
./src/services/stock_screener.py
./src/storage/__init__.py
./src/storage/data_storage.py
./src/utils/__init__.py
./src/utils/company_names.py
./src/workflows/__init__.py
./src/workflows/tracker.py
config/alerts.json
config/exchanges.json
config/filters.json
dashboard/__init__.py
dashboard/backend/__init__.py
dashboard/backend/dashboard_cli.py
dashboard/backend/main.py
dashboard/backend/user_paths.py
dashboard/backend/api/__init__.py
dashboard/backend/api/history.py
dashboard/backend/api/market.py
dashboard/backend/api/projections.py
dashboard/backend/api/refresh.py
dashboard/backend/api/stocks.py
dashboard/backend/models/__init__.py
dashboard/backend/models/market.py
dashboard/backend/models/projection.py
dashboard/backend/models/stock.py
dashboard/backend/services/__init__.py
dashboard/backend/services/data_loader.py
dashboard/backend/static/index.html
dashboard/backend/static/assets/chunk-DECur_0Z.js
dashboard/backend/static/assets/html2canvas-CkeJErw0.js
dashboard/backend/static/assets/index-Bmzr4gz7.js
dashboard/backend/static/assets/index-BohoJ5vt.css
dashboard/backend/static/assets/index.es-ka68OsSM.js
dashboard/backend/static/assets/jspdf.es.min-CXkJnuo6.js
dashboard/backend/static/assets/preload-helper-DSXbuxSR.js
dashboard/backend/static/assets/purify.es-COCIDc1i.js
dashboard/backend/static/assets/typeof-GPCnPm50.js
docs/ALERTING_DESIGN.md
docs/DASHBOARD_DESIGN.md
docs/DEPLOYMENT.md
docs/PROJECT_STATUS.md
docs/STOCK_PROJECTIONS.md
market_helm.egg-info/PKG-INFO
market_helm.egg-info/SOURCES.txt
market_helm.egg-info/dependency_links.txt
market_helm.egg-info/entry_points.txt
market_helm.egg-info/requires.txt
market_helm.egg-info/top_level.txt
src/__init__.py
src/alerts/__init__.py
src/alerts/alert_engine.py
src/alerts/alert_rules.py
src/alerts/alert_storage.py
src/alerts/notifiers/__init__.py
src/alerts/notifiers/webhook_notifier.py
src/analysis/__init__.py
src/analysis/ai_summarizer.py
src/analysis/analyzer.py
src/analysis/projector.py
src/cli/__init__.py
src/cli/commands.py
src/core/__init__.py
src/core/config.py
src/core/logger.py
src/services/__init__.py
src/services/api_client.py
src/services/data_fetcher.py
src/services/index_fetcher.py
src/services/stock_screener.py
src/storage/__init__.py
src/storage/data_storage.py
src/utils/__init__.py
src/utils/company_names.py
src/workflows/__init__.py
src/workflows/tracker.py
tests/__init__.py
tests/conftest.py
tests/alerts/test_webhook_notifier.py
tests/analysis/__init__.py
tests/analysis/test_ai_summarizer.py
tests/analysis/test_analyzer.py
tests/analysis/test_projector.py
tests/core/__init__.py
tests/core/test_config.py
tests/core/test_logger.py
tests/dashboard/__init__.py
tests/dashboard/backend/__init__.py
tests/dashboard/backend/test_user_paths.py
tests/dashboard/backend/api/__init__.py
tests/dashboard/backend/api/test_api.py
tests/dashboard/backend/services/__init__.py
tests/dashboard/backend/services/test_data_loader.py
tests/services/__init__.py
tests/services/test_api_client.py
tests/storage/__init__.py
tests/storage/test_data_storage.py
tests/workflows/__init__.py
tests/workflows/test_tracker.py