README.md
pyproject.toml
nmtc_application_builder.egg-info/PKG-INFO
nmtc_application_builder.egg-info/SOURCES.txt
nmtc_application_builder.egg-info/dependency_links.txt
nmtc_application_builder.egg-info/entry_points.txt
nmtc_application_builder.egg-info/requires.txt
nmtc_application_builder.egg-info/top_level.txt
nmtcapp/__init__.py
nmtcapp/cli.py
nmtcapp/core/__init__.py
nmtcapp/core/application.py
nmtcapp/core/cde.py
nmtcapp/core/pipeline.py
nmtcapp/data/__init__.py
nmtcapp/data/benchmark_thresholds.py
nmtcapp/data/historical_awards.py
nmtcapp/data/schema.py
nmtcapp/integrations/__init__.py
nmtcapp/integrations/cdfidata_adapter.py
nmtcapp/integrations/hmda_adapter.py
nmtcapp/integrations/impact_adapter.py
nmtcapp/integrations/nmtc_calc_adapter.py
nmtcapp/integrations/nmtc_mapper_adapter.py
nmtcapp/intelligence/__init__.py
nmtcapp/intelligence/benchmarks.py
nmtcapp/intelligence/distress_analysis.py
nmtcapp/intelligence/geographic_analysis.py
nmtcapp/intelligence/impact_aggregator.py
nmtcapp/intelligence/pattern_analysis.py
nmtcapp/intelligence/pipeline_analyzer.py
nmtcapp/intelligence/recommendations.py
nmtcapp/intelligence/sector_analysis.py
nmtcapp/intelligence/win_probability.py
nmtcapp/optimizer/__init__.py
nmtcapp/optimizer/candidate_pool.py
nmtcapp/optimizer/constraints.py
nmtcapp/optimizer/objectives.py
nmtcapp/optimizer/pipeline_optimizer.py
nmtcapp/renderers/__init__.py
nmtcapp/renderers/_word_helpers.py
nmtcapp/renderers/excel_builder.py
nmtcapp/renderers/markdown_builder.py
nmtcapp/renderers/pdf_builder.py
nmtcapp/renderers/styles.py
nmtcapp/renderers/word_builder.py
nmtcapp/sections/__init__.py
nmtcapp/sections/base.py
nmtcapp/sections/section_a_business.py
nmtcapp/sections/section_b_outcomes.py
nmtcapp/sections/section_c_management.py
nmtcapp/sections/section_d_capitalization.py
nmtcapp/sections/section_e_prior_awards.py
nmtcapp/tables/__init__.py
nmtcapp/tables/distress_table.py
nmtcapp/tables/geographic_table.py
nmtcapp/tables/impact_table.py
nmtcapp/tables/investor_table.py
nmtcapp/tables/pipeline_table.py
nmtcapp/tables/track_record_table.py
nmtcapp/validation/__init__.py
nmtcapp/validation/completeness_check.py
nmtcapp/validation/consistency_check.py
nmtcapp/validation/eligibility_check.py
nmtcapp/validation/readiness_score.py
nmtcapp/visualization/__init__.py
nmtcapp/visualization/maps.py