.gitignore
.pylintrc
.version
LICENSE
Makefile
README.md
cspell.json
pyproject.toml
requirements.txt
.github/workflows/qa.yaml
src/hapm/__init__.py
src/hapm/repository.py
src/hapm/versions.py
src/hapm.egg-info/PKG-INFO
src/hapm.egg-info/SOURCES.txt
src/hapm.egg-info/dependency_links.txt
src/hapm.egg-info/entry_points.txt
src/hapm.egg-info/requires.txt
src/hapm.egg-info/top_level.txt
src/hapm/cli/__init__.py
src/hapm/cli/common.py
src/hapm/cli/export.py
src/hapm/cli/install.py
src/hapm/cli/versions.py
src/hapm/color/__init__.py
src/hapm/color/constants.py
src/hapm/color/ink.py
src/hapm/git/__init__.py
src/hapm/git/file.py
src/hapm/git/path.py
src/hapm/git/tarball.py
src/hapm/git/versions.py
src/hapm/integration/__init__.py
src/hapm/integration/package.py
src/hapm/manager/__init__.py
src/hapm/manager/diff.py
src/hapm/manager/lockfile.py
src/hapm/manifest/__init__.py
src/hapm/manifest/category.py
src/hapm/manifest/location.py
src/hapm/manifest/manifest.py
src/hapm/package/__init__.py
src/hapm/package/base.py
src/hapm/package/description.py
src/hapm/plugin/__init__.py
src/hapm/plugin/package.py
src/hapm/report/__init__.py
src/hapm/report/diff.py
src/hapm/report/errors.py
src/hapm/report/lists.py
src/hapm/report/progress.py
src/hapm/report/summary.py
src/hapm/report/utils.py
testdata/hapm.yaml