.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
conftest.py
main.py
pyproject.toml
test_backwards_compatibility.py
test_basic_validation.py
test_coverage.py
test_edge_cases.py
test_integration.py
test_modern.py
test_type_analyzer.py
test_validation.py
.github/workflows/publish.yml
Future Work/Future Release WorkPlan.txt
Future Work/v2.1.0 — Remaining Items (dry-run, backup, config loader, test rewrite).txt
Future Work/v2.2.0 — Accuracy & Output.txt
Future Work/v3.0.0 — Safe, Configurable, Extensible.txt
Future Work/v3.1.0 — Integrations.txt
PyCodeCommenter/__init__.py
PyCodeCommenter/cli.py
PyCodeCommenter/commenter.py
PyCodeCommenter/config.py
PyCodeCommenter/coverage.py
PyCodeCommenter/docstring_parser.py
PyCodeCommenter/inference.py
PyCodeCommenter/parameter_descriptions.py
PyCodeCommenter/templates.py
PyCodeCommenter/type_analyzer.py
PyCodeCommenter/validator.py
examples/basic_usage.py
examples/ci_integration.py
examples/coverage_example.py
examples/validation_example.py
pycodecommenter.egg-info/PKG-INFO
pycodecommenter.egg-info/SOURCES.txt
pycodecommenter.egg-info/dependency_links.txt
pycodecommenter.egg-info/entry_points.txt
pycodecommenter.egg-info/requires.txt
pycodecommenter.egg-info/top_level.txt
scratch/test_infer.py