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/alerts.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_paths.py
./src/alerts/alert_rules.py
./src/alerts/alert_runner.py
./src/alerts/alert_storage.py
./src/alerts/alert_worker.py
./src/alerts/symbol_prices.py
./src/alerts/notifiers/__init__.py
./src/alerts/notifiers/email_notifier.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/alerts_commands.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.example.json
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/alerts.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/symbols-catalog.json
dashboard/backend/static/assets/html2canvas-DhiGbLSI.js
dashboard/backend/static/assets/index-1pogjyN2.js
dashboard/backend/static/assets/index-whN1in60.css
dashboard/backend/static/assets/index.es-B4Kucx5D.js
dashboard/backend/static/assets/jspdf.es.min-oGwcuQ0S.js
dashboard/backend/static/assets/purify.es-BHEQZ2W4.js
dashboard/backend/static/assets/typeof-B5XbjTb1.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_paths.py
src/alerts/alert_rules.py
src/alerts/alert_runner.py
src/alerts/alert_storage.py
src/alerts/alert_worker.py
src/alerts/symbol_prices.py
src/alerts/notifiers/__init__.py
src/alerts/notifiers/email_notifier.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/alerts_commands.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_alert_engine.py
tests/alerts/test_alert_paths.py
tests/alerts/test_alert_runner.py
tests/alerts/test_alert_storage.py
tests/alerts/test_alert_worker.py
tests/alerts/test_email_notifier.py
tests/alerts/test_symbol_prices.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/cli/test_alerts_commands.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_alerts_api.py
tests/dashboard/backend/api/test_api.py
tests/dashboard/backend/services/__init__.py
tests/dashboard/backend/services/test_data_loader.py
tests/scripts/test_version_sync.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