CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
MANIFEST.in
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/core/sample_identity.py
nmtcapp/core/upload_handler.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/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/_cell_format.py
nmtcapp/renderers/_disclosure.py
nmtcapp/renderers/_methodology.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/templates/cde_profile_sample.yaml
nmtcapp/templates/cde_profile_template.yaml
nmtcapp/templates/pipeline_sample.xlsx
nmtcapp/templates/pipeline_sample_strong.csv
nmtcapp/templates/pipeline_sample_weak.csv
nmtcapp/templates/pipeline_template.csv
nmtcapp/templates/pipeline_template.xlsx
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
streamlit_app/README.md
streamlit_app/app.py
streamlit_app/chart_style.py
streamlit_app/requirements.txt
streamlit_app/utils.py
streamlit_app/pages/1_Pipeline_Analyzer.py
streamlit_app/pages/2_Win_Alignment_Scorer.py
streamlit_app/pages/3_Pipeline_Optimizer.py
streamlit_app/pages/4_About_and_Methodology.py
tests/__init__.py
tests/attribution_allowlist.txt
tests/conftest.py
tests/invariant_allowlist.txt
tests/pinned_constants.txt
tests/regen_rendered_baseline.py
tests/test_121_financial_tables.py
tests/test_attributed_claims.py
tests/test_cde_scaffold_roundtrip.py
tests/test_csv_encoding.py
tests/test_csv_robustness.py
tests/test_invariant_output.py
tests/test_no_committed_generated_artifacts.py
tests/test_no_fabricated_output.py
tests/test_pinned_constants.py
tests/test_qlici_basis.py
tests/test_radar_chart_keys.py
tests/test_release_floor.py
tests/test_rendered_output_baseline.py
tests/test_sample_score.py
tests/test_sample_yaml_score.py
tests/test_score_consistency.py
tests/test_streamlit_chart_smoke.py
tests/test_streamlit_page_imports.py
tests/test_streamlit_page_py39.py
tests/test_streamlit_upload_profile.py
tests/test_template_fields.py
tests/test_template_roundtrip.py
tests/test_version.py
tests/test_wheel_completeness.py
tests/core/__init__.py
tests/core/test_application.py
tests/core/test_application_generate.py
tests/core/test_application_week3.py
tests/core/test_cde.py
tests/core/test_pipeline.py
tests/core/test_pipeline_status_default.py
tests/data/__init__.py
tests/data/test_historical_awards.py
tests/integrations/__init__.py
tests/integrations/test_adapters.py
tests/integrations/test_mapper_contract.py
tests/integrations/test_no_fabrication.py
tests/intelligence/__init__.py
tests/intelligence/test_benchmarks.py
tests/intelligence/test_dimensional_scores_fixed_maxima.py
tests/intelligence/test_distress_analysis.py
tests/intelligence/test_geographic_analysis.py
tests/intelligence/test_impact_aggregator.py
tests/intelligence/test_pattern_analysis.py
tests/intelligence/test_pipeline_analyzer.py
tests/intelligence/test_recommendations.py
tests/intelligence/test_sector_analysis.py
tests/intelligence/test_win_probability.py
tests/optimizer/__init__.py
tests/optimizer/test_consistent_basis.py
tests/optimizer/test_optimizer.py
tests/rendered_baseline/excel.txt
tests/rendered_baseline/markdown.txt
tests/rendered_baseline/pdf.txt
tests/rendered_baseline/word.txt
tests/renderers/__init__.py
tests/renderers/test_excel_builder.py
tests/renderers/test_markdown_builder.py
tests/renderers/test_partial_unverified_exports.py
tests/renderers/test_pdf_builder.py
tests/renderers/test_wide_table_layout.py
tests/renderers/test_word_builder.py
tests/sections/__init__.py
tests/sections/test_section_generators.py
tests/tables/__init__.py
tests/tables/test_table_builders.py
tests/tables/test_unverified_rendering.py
tests/validation/__init__.py
tests/validation/test_completeness_check.py
tests/validation/test_consistency_check.py
tests/validation/test_cross_surface_agreement.py
tests/validation/test_eligibility_check.py
tests/validation/test_readiness_score.py
tests/visualization/__init__.py
tests/visualization/test_maps.py
tests/visualization/test_radar_partial.py