.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/release.yml
src/rapiDU.egg-info/PKG-INFO
src/rapiDU.egg-info/SOURCES.txt
src/rapiDU.egg-info/dependency_links.txt
src/rapiDU.egg-info/entry_points.txt
src/rapiDU.egg-info/requires.txt
src/rapiDU.egg-info/scm_file_list.json
src/rapiDU.egg-info/scm_version.json
src/rapiDU.egg-info/top_level.txt
src/rapidu/__init__.py
src/rapidu/__main__.py
src/rapidu/_version.py
src/rapidu/cli.py
src/rapidu/deleted.py
src/rapidu/fmt.py
src/rapidu/py.typed
src/rapidu/quota.py
src/rapidu/reconcile.py
src/rapidu/report.py
src/rapidu/ui.py
src/rapidu/walk.py
tests/test_allocation.py
tests/test_cli.py
tests/test_deleted.py
tests/test_portability.py
tests/test_py36_compat.py
tests/test_quota.py
tests/test_reconcile.py
tests/test_report.py
tests/test_ui.py
tests/test_walk.py