LICENSE
README.md
pyproject.toml
grantkit/__init__.py
grantkit/cli.py
grantkit/mcp_server.py
grantkit.egg-info/PKG-INFO
grantkit.egg-info/SOURCES.txt
grantkit.egg-info/dependency_links.txt
grantkit.egg-info/entry_points.txt
grantkit.egg-info/requires.txt
grantkit.egg-info/top_level.txt
grantkit/budget/__init__.py
grantkit/budget/calculator.py
grantkit/budget/manager.py
grantkit/budget/salary_validator.py
grantkit/core/__init__.py
grantkit/core/assembler.py
grantkit/core/builder.py
grantkit/core/checks.py
grantkit/core/markdown_validator.py
grantkit/core/project.py
grantkit/core/review.py
grantkit/core/scaffold.py
grantkit/core/spelling.py
grantkit/core/status.py
grantkit/core/validator.py
grantkit/data/nsf_formatting_rules.yaml
grantkit/data/references_config.yaml
grantkit/data/funders/nsf-pappg.yaml
grantkit/data/funders/nuffield-rda.yaml
grantkit/data/funders/pbif.yaml
grantkit/funders/nsf/programs/__init__.py
grantkit/funders/nsf/programs/registry.py
grantkit/packs/__init__.py
grantkit/packs/registry.py
grantkit/packs/schema.py
grantkit/pdf/__init__.py
grantkit/pdf/config.py
grantkit/pdf/generator.py
grantkit/pdf/optimizer.py
grantkit/pdf/templates.py
grantkit/pdf/validator.py
grantkit/references/__init__.py
grantkit/references/bibliography_generator.py
grantkit/references/bibtex_manager.py
grantkit/references/citation_extractor.py
grantkit/references/config.py
grantkit/references/nsf_styles.py
grantkit/templates/proposal_template.md
grantkit/utils/__init__.py
grantkit/utils/io.py
grantkit/utils/nsf_rules.py
grantkit/utils/text.py
tests/test_assembler.py
tests/test_bibtex_manager.py
tests/test_budget_calculator.py
tests/test_budget_manager.py
tests/test_builder.py
tests/test_checks.py
tests/test_cli.py
tests/test_core.py
tests/test_markdown_validator.py
tests/test_mcp.py
tests/test_packs.py
tests/test_review.py
tests/test_salary_validator.py
tests/test_scaffold.py
tests/test_status.py
tests/test_validator.py