LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/ARCHITECTURE.md
docs/METRICS_REFERENCE.md
docs/USER_GUIDE.md
edgar_analytics/__init__.py
edgar_analytics/cache.py
edgar_analytics/cli.py
edgar_analytics/company_facts.py
edgar_analytics/config.py
edgar_analytics/data_utils.py
edgar_analytics/forecasting.py
edgar_analytics/layout_strategy.py
edgar_analytics/logging_utils.py
edgar_analytics/market_data.py
edgar_analytics/metrics.py
edgar_analytics/models.py
edgar_analytics/multi_period_analysis.py
edgar_analytics/orchestrator.py
edgar_analytics/panel_layout.py
edgar_analytics/py.typed
edgar_analytics/reporting.py
edgar_analytics/scores.py
edgar_analytics/synonyms.py
edgar_analytics/synonyms_utils.py
edgar_analytics.egg-info/PKG-INFO
edgar_analytics.egg-info/SOURCES.txt
edgar_analytics.egg-info/dependency_links.txt
edgar_analytics.egg-info/entry_points.txt
edgar_analytics.egg-info/requires.txt
edgar_analytics.egg-info/top_level.txt
examples/advanced_usage_example.py
examples/cli_usage.md
examples/custom_strategy_example.py
examples/manual_metrics_example.py
examples/multi_period_analysis_example.py
examples/multi_ticker_example.py
examples/single_ticker_example.py
tests/__init__.py
tests/conftest.py
tests/test_cache.py
tests/test_cli.py
tests/test_company_facts.py
tests/test_config.py
tests/test_data_utils.py
tests/test_forecasting.py
tests/test_integration.py
tests/test_layout.py
tests/test_logging_utils.py
tests/test_market_data.py
tests/test_metrics.py
tests/test_models.py
tests/test_multi_period_analysis.py
tests/test_orchestrator.py
tests/test_reporting.py
tests/test_scores.py
tests/test_security.py
tests/test_synonyms.py
tests/test_synonyms_utils.py
tests/test_v07_fixes.py
tests/test_v102_fixes.py