LICENSE
README.md
pyproject.toml
src/pkgreuse/__init__.py
src/pkgreuse/cli.py
src/pkgreuse/dependencies.py
src/pkgreuse/index.py
src/pkgreuse/inventory.py
src/pkgreuse/ports.py
src/pkgreuse/py.typed
src/pkgreuse/resolver.py
src/pkgreuse/scanner.py
src/pkgreuse/transfer.py
src/pkgreuse.egg-info/PKG-INFO
src/pkgreuse.egg-info/SOURCES.txt
src/pkgreuse.egg-info/dependency_links.txt
src/pkgreuse.egg-info/entry_points.txt
src/pkgreuse.egg-info/requires.txt
src/pkgreuse.egg-info/top_level.txt
src/pkgreuse/application/__init__.py
src/pkgreuse/application/indexing.py
src/pkgreuse/application/installation.py
src/pkgreuse/application/installers.py
src/pkgreuse/application/queries.py
src/pkgreuse/domain/__init__.py
src/pkgreuse/domain/errors.py
src/pkgreuse/domain/models.py
src/pkgreuse/domain/names.py
src/pkgreuse/domain/requirements.py
src/pkgreuse/infrastructure/__init__.py
src/pkgreuse/infrastructure/backends.py
src/pkgreuse/infrastructure/index_repository.py
tests/test_application_indexing.py
tests/test_application_installation.py
tests/test_application_queries.py
tests/test_backends.py
tests/test_cli_characterization.py
tests/test_domain.py
tests/test_index_repository.py
tests/test_resolver_local_max.py
tests/test_reuse_end_to_end.py
tests/test_scanner.py
tests/test_transfer_policy.py