.gitignore
.python-version
BACKLOG.md
CHANGELOG.md
CLAUDE.md
Dockerfile
LICENSE
Makefile
README.md
pyproject.toml
uv.lock
.github/workflows/make-check.yml
.github/workflows/pypi-publish.yml
src/updee/__init__.py
src/updee/__main__.py
src/updee/find.py
src/updee/main.py
src/updee/upgrade.py
src/updee/version.py
src/updee.egg-info/PKG-INFO
src/updee.egg-info/SOURCES.txt
src/updee.egg-info/dependency_links.txt
src/updee.egg-info/entry_points.txt
src/updee.egg-info/scm_file_list.json
src/updee.egg-info/scm_version.json
src/updee.egg-info/top_level.txt
tests/run-shell-tests.sh
tests/shell/001-no-files.sh
tests/shell/002-pyproject.sh
tests/shell/003-requirements.sh
tests/shell/004-requirements-in.sh
tests/shell/005-help-version.sh
tests/shell/006-dry-run.sh
tests/shell/007-paths.sh
tests/shell/008-only.sh
tests/shell/009-summary.sh
tests/shell/010-quiet.sh
tests/unit/__init__.py
tests/unit/test_find.py
tests/unit/test_main.py
tests/unit/test_upgrade.py
tests/unit/test_version.py