LICENSE
README.md
pyproject.toml
InstallRelease/__init__.py
InstallRelease/cli.py
InstallRelease/cli_interact.py
InstallRelease/config.py
InstallRelease/schemas.py
InstallRelease/state.py
InstallRelease/utils.py
InstallRelease/helper/__init__.py
InstallRelease/helper/install.py
InstallRelease/helper/release_scorer.py
InstallRelease/helper/state.py
InstallRelease/pkgs/__init__.py
InstallRelease/pkgs/app_images.py
InstallRelease/pkgs/base.py
InstallRelease/pkgs/deb.py
InstallRelease/pkgs/main.py
InstallRelease/pkgs/rpm.py
InstallRelease/providers/__init__.py
InstallRelease/providers/base.py
InstallRelease/providers/git/__init__.py
InstallRelease/providers/git/base.py
InstallRelease/providers/git/github.py
InstallRelease/providers/git/gitlab.py
InstallRelease/providers/git/main.py
InstallRelease/providers/git/schemas.py
InstallRelease/providers/mise/__init__.py
InstallRelease/providers/mise/config.py
InstallRelease/providers/mise/main.py
InstallRelease/providers/mise/registry.py
InstallRelease/providers/mise/schemas.py
install_release.egg-info/PKG-INFO
install_release.egg-info/SOURCES.txt
install_release.egg-info/dependency_links.txt
install_release.egg-info/entry_points.txt
install_release.egg-info/requires.txt
install_release.egg-info/top_level.txt
test/test_install.py