LICENSE
README.md
pyproject.toml
src/autopr/__init__.py
src/autopr/analysis.py
src/autopr/ci_parser.py
src/autopr/cli.py
src/autopr/coverage_utils.py
src/autopr/example_logs.py
src/autopr/generator.py
src/autopr/issue_validator.py
src/autopr/lint.py
src/autopr/llm.py
src/autopr/main.py
src/autopr/parser.py
src/autopr/prompts.py
src/autopr/provider_utils.py
src/autopr/providers.py
src/autopr/reviewer.py
src/autopr/validators.py
src/autopr_core.egg-info/PKG-INFO
src/autopr_core.egg-info/SOURCES.txt
src/autopr_core.egg-info/dependency_links.txt
src/autopr_core.egg-info/entry_points.txt
src/autopr_core.egg-info/requires.txt
src/autopr_core.egg-info/top_level.txt
tests/test_analysis.py
tests/test_api.py
tests/test_ci_parser.py
tests/test_cli.py
tests/test_coverage_utils.py
tests/test_generator.py
tests/test_issue_validator.py
tests/test_llm_selection.py
tests/test_parser.py
tests/test_providers.py
tests/test_sample.py
tests/test_validators.py