.gitignore
CHANGELOG.md
LICENSE
README.md
codecov.yaml
pyproject.toml
pytest.ini
setup.py
test-debian-build.sh
update_packages.py
.github/FUNDING.yml
.github/workflows/ci-cd.yml
.vscode/settings.json
packaging/debian/changelog
packaging/debian/control
packaging/debian/copyright
packaging/debian/rules
pypi_package_updater.egg-info/PKG-INFO
pypi_package_updater.egg-info/SOURCES.txt
pypi_package_updater.egg-info/dependency_links.txt
pypi_package_updater.egg-info/entry_points.txt
pypi_package_updater.egg-info/requires.txt
pypi_package_updater.egg-info/top_level.txt
pypi_updater/__init__.py
pypi_updater/_version.py
pypi_updater/formats.py
pypi_updater/parser.py
pypi_updater/pypi_client.py
pypi_updater/updater.py
requirements/common.in
requirements/common.txt
requirements/dev.in
requirements/dev.txt
requirements/pip.in
requirements/pip.txt
requirements/prod.in
requirements/prod.txt
requirements/test.in
requirements/test.txt
scripts/changelog_to_debian.py
scripts/generate_homebrew_resources.py
scripts/inject_dynamic_version.py
scripts/lint.py
test_requirements_data/README.md
test_requirements_data/common.in
test_requirements_data/dev.in
test_requirements_data/dev.txt
test_requirements_data/mypy.in
test_requirements_data/mypy.txt
test_requirements_data/pip.in
test_requirements_data/prod.in
test_requirements_data/prod.txt
test_requirements_data/pyproject-poetry.toml
test_requirements_data/pyproject.toml
test_requirements_data/requirements.txt
test_requirements_data/setup.py
test_requirements_data/test_requirements.txt
tests/__init__.py
tests/test_100_percent_coverage.py
tests/test_basic.py
tests/test_branch_coverage.py
tests/test_coverage_edge_cases.py
tests/test_dead_code_analysis.py
tests/test_e2e.py
tests/test_error_handling.py
tests/test_exact_missing_lines.py
tests/test_file_updating.py
tests/test_final_coverage.py
tests/test_final_edge_cases.py
tests/test_final_seven_lines.py
tests/test_final_three_lines.py
tests/test_final_two_lines.py
tests/test_formats.py
tests/test_formats_final_coverage.py
tests/test_formats_specific_lines.py
tests/test_line_250.py
tests/test_parser_specific_lines.py
tests/test_remaining_branches.py
tests/test_specific_lines.py
tests/test_ultra_targeted_final_five.py
tests/test_updater.py
tests/test_updater_coverage.py
tools/update-locked-requirements