LICENSE
README.md
pyproject.toml
src/kpmx.egg-info/PKG-INFO
src/kpmx.egg-info/SOURCES.txt
src/kpmx.egg-info/dependency_links.txt
src/kpmx.egg-info/entry_points.txt
src/kpmx.egg-info/requires.txt
src/kpmx.egg-info/top_level.txt
src/pkgmgr/__init__.py
src/pkgmgr/__main__.py
src/pkgmgr/actions/__init__.py
src/pkgmgr/actions/proxy.py
src/pkgmgr/actions/branch/__init__.py
src/pkgmgr/actions/branch/close_branch.py
src/pkgmgr/actions/branch/drop_branch.py
src/pkgmgr/actions/branch/open_branch.py
src/pkgmgr/actions/changelog/__init__.py
src/pkgmgr/actions/config/__init__.py
src/pkgmgr/actions/config/add.py
src/pkgmgr/actions/config/init.py
src/pkgmgr/actions/config/show.py
src/pkgmgr/actions/install/__init__.py
src/pkgmgr/actions/install/capabilities.py
src/pkgmgr/actions/install/context.py
src/pkgmgr/actions/install/layers.py
src/pkgmgr/actions/install/pipeline.py
src/pkgmgr/actions/install/installers/__init__.py
src/pkgmgr/actions/install/installers/base.py
src/pkgmgr/actions/install/installers/makefile.py
src/pkgmgr/actions/install/installers/python.py
src/pkgmgr/actions/install/installers/nix/__init__.py
src/pkgmgr/actions/install/installers/nix/conflicts.py
src/pkgmgr/actions/install/installers/nix/installer.py
src/pkgmgr/actions/install/installers/nix/profile_list.py
src/pkgmgr/actions/install/installers/nix/retry.py
src/pkgmgr/actions/install/installers/nix/runner.py
src/pkgmgr/actions/install/installers/nix/textparse.py
src/pkgmgr/actions/install/installers/nix/types.py
src/pkgmgr/actions/install/installers/nix/profile/__init__.py
src/pkgmgr/actions/install/installers/nix/profile/inspector.py
src/pkgmgr/actions/install/installers/nix/profile/matcher.py
src/pkgmgr/actions/install/installers/nix/profile/models.py
src/pkgmgr/actions/install/installers/nix/profile/normalizer.py
src/pkgmgr/actions/install/installers/nix/profile/parser.py
src/pkgmgr/actions/install/installers/nix/profile/result.py
src/pkgmgr/actions/install/installers/os_packages/__init__.py
src/pkgmgr/actions/install/installers/os_packages/arch_pkgbuild.py
src/pkgmgr/actions/install/installers/os_packages/debian_control.py
src/pkgmgr/actions/install/installers/os_packages/rpm_spec.py
src/pkgmgr/actions/mirror/__init__.py
src/pkgmgr/actions/mirror/context.py
src/pkgmgr/actions/mirror/diff_cmd.py
src/pkgmgr/actions/mirror/git_remote.py
src/pkgmgr/actions/mirror/io.py
src/pkgmgr/actions/mirror/list_cmd.py
src/pkgmgr/actions/mirror/merge_cmd.py
src/pkgmgr/actions/mirror/printing.py
src/pkgmgr/actions/mirror/remote_provision.py
src/pkgmgr/actions/mirror/setup_cmd.py
src/pkgmgr/actions/mirror/types.py
src/pkgmgr/actions/mirror/url_utils.py
src/pkgmgr/actions/mirror/visibility_cmd.py
src/pkgmgr/actions/publish/__init__.py
src/pkgmgr/actions/publish/git_tags.py
src/pkgmgr/actions/publish/pypi_url.py
src/pkgmgr/actions/publish/types.py
src/pkgmgr/actions/publish/workflow.py
src/pkgmgr/actions/release/__init__.py
src/pkgmgr/actions/release/git_ops.py
src/pkgmgr/actions/release/prompts.py
src/pkgmgr/actions/release/versioning.py
src/pkgmgr/actions/release/workflow.py
src/pkgmgr/actions/release/files/__init__.py
src/pkgmgr/actions/release/files/changelog_md.py
src/pkgmgr/actions/release/files/debian.py
src/pkgmgr/actions/release/files/editor.py
src/pkgmgr/actions/release/files/flake.py
src/pkgmgr/actions/release/files/pkgbuild.py
src/pkgmgr/actions/release/files/pyproject.py
src/pkgmgr/actions/release/files/rpm_changelog.py
src/pkgmgr/actions/release/files/rpm_spec.py
src/pkgmgr/actions/repository/__init__.py
src/pkgmgr/actions/repository/clone.py
src/pkgmgr/actions/repository/deinstall.py
src/pkgmgr/actions/repository/delete.py
src/pkgmgr/actions/repository/list.py
src/pkgmgr/actions/repository/pull.py
src/pkgmgr/actions/repository/status.py
src/pkgmgr/actions/repository/create/__init__.py
src/pkgmgr/actions/repository/create/config_writer.py
src/pkgmgr/actions/repository/create/git_bootstrap.py
src/pkgmgr/actions/repository/create/mirrors.py
src/pkgmgr/actions/repository/create/model.py
src/pkgmgr/actions/repository/create/parser.py
src/pkgmgr/actions/repository/create/planner.py
src/pkgmgr/actions/repository/create/service.py
src/pkgmgr/actions/repository/create/templates.py
src/pkgmgr/actions/update/__init__.py
src/pkgmgr/actions/update/manager.py
src/pkgmgr/actions/update/os_release.py
src/pkgmgr/actions/update/system_updater.py
src/pkgmgr/cli/__init__.py
src/pkgmgr/cli/context.py
src/pkgmgr/cli/dispatch.py
src/pkgmgr/cli/proxy.py
src/pkgmgr/cli/commands/__init__.py
src/pkgmgr/cli/commands/branch.py
src/pkgmgr/cli/commands/changelog.py
src/pkgmgr/cli/commands/config.py
src/pkgmgr/cli/commands/make.py
src/pkgmgr/cli/commands/mirror.py
src/pkgmgr/cli/commands/publish.py
src/pkgmgr/cli/commands/release.py
src/pkgmgr/cli/commands/repos.py
src/pkgmgr/cli/commands/tools.py
src/pkgmgr/cli/commands/version.py
src/pkgmgr/cli/parser/__init__.py
src/pkgmgr/cli/parser/branch_cmd.py
src/pkgmgr/cli/parser/changelog_cmd.py
src/pkgmgr/cli/parser/common.py
src/pkgmgr/cli/parser/config_cmd.py
src/pkgmgr/cli/parser/install_update.py
src/pkgmgr/cli/parser/list_cmd.py
src/pkgmgr/cli/parser/make_cmd.py
src/pkgmgr/cli/parser/mirror_cmd.py
src/pkgmgr/cli/parser/navigation_cmd.py
src/pkgmgr/cli/parser/publish_cmd.py
src/pkgmgr/cli/parser/release_cmd.py
src/pkgmgr/cli/parser/version_cmd.py
src/pkgmgr/cli/tools/__init__.py
src/pkgmgr/cli/tools/paths.py
src/pkgmgr/cli/tools/vscode.py
src/pkgmgr/config/__init__.py
src/pkgmgr/config/defaults.yaml
src/pkgmgr/core/command/__init__.py
src/pkgmgr/core/command/alias.py
src/pkgmgr/core/command/ink.py
src/pkgmgr/core/command/layer.py
src/pkgmgr/core/command/resolve.py
src/pkgmgr/core/command/run.py
src/pkgmgr/core/config/__init__.py
src/pkgmgr/core/config/load.py
src/pkgmgr/core/config/save.py
src/pkgmgr/core/credentials/__init__.py
src/pkgmgr/core/credentials/resolver.py
src/pkgmgr/core/credentials/store_keys.py
src/pkgmgr/core/credentials/types.py
src/pkgmgr/core/credentials/validate.py
src/pkgmgr/core/credentials/providers/__init__.py
src/pkgmgr/core/credentials/providers/env.py
src/pkgmgr/core/credentials/providers/gh.py
src/pkgmgr/core/credentials/providers/keyring.py
src/pkgmgr/core/credentials/providers/prompt.py
src/pkgmgr/core/git/__init__.py
src/pkgmgr/core/git/errors.py
src/pkgmgr/core/git/run.py
src/pkgmgr/core/git/commands/__init__.py
src/pkgmgr/core/git/commands/add.py
src/pkgmgr/core/git/commands/add_all.py
src/pkgmgr/core/git/commands/add_remote.py
src/pkgmgr/core/git/commands/add_remote_push_url.py
src/pkgmgr/core/git/commands/branch_move.py
src/pkgmgr/core/git/commands/checkout.py
src/pkgmgr/core/git/commands/clone.py
src/pkgmgr/core/git/commands/commit.py
src/pkgmgr/core/git/commands/create_branch.py
src/pkgmgr/core/git/commands/delete_local_branch.py
src/pkgmgr/core/git/commands/delete_remote_branch.py
src/pkgmgr/core/git/commands/fetch.py
src/pkgmgr/core/git/commands/init.py
src/pkgmgr/core/git/commands/merge_no_ff.py
src/pkgmgr/core/git/commands/pull.py
src/pkgmgr/core/git/commands/pull_args.py
src/pkgmgr/core/git/commands/pull_ff_only.py
src/pkgmgr/core/git/commands/push.py
src/pkgmgr/core/git/commands/push_upstream.py
src/pkgmgr/core/git/commands/set_remote_url.py
src/pkgmgr/core/git/commands/tag_annotated.py
src/pkgmgr/core/git/commands/tag_force_annotated.py
src/pkgmgr/core/git/queries/__init__.py
src/pkgmgr/core/git/queries/get_changelog.py
src/pkgmgr/core/git/queries/get_config_value.py
src/pkgmgr/core/git/queries/get_current_branch.py
src/pkgmgr/core/git/queries/get_head_commit.py
src/pkgmgr/core/git/queries/get_latest_commit.py
src/pkgmgr/core/git/queries/get_latest_signing_key.py
src/pkgmgr/core/git/queries/get_remote_head_commit.py
src/pkgmgr/core/git/queries/get_remote_push_urls.py
src/pkgmgr/core/git/queries/get_repo_root.py
src/pkgmgr/core/git/queries/get_tags.py
src/pkgmgr/core/git/queries/get_tags_at_ref.py
src/pkgmgr/core/git/queries/get_upstream_ref.py
src/pkgmgr/core/git/queries/list_remotes.py
src/pkgmgr/core/git/queries/list_tags.py
src/pkgmgr/core/git/queries/probe_remote_reachable.py
src/pkgmgr/core/git/queries/resolve_base_branch.py
src/pkgmgr/core/remote_provisioning/__init__.py
src/pkgmgr/core/remote_provisioning/ensure.py
src/pkgmgr/core/remote_provisioning/registry.py
src/pkgmgr/core/remote_provisioning/types.py
src/pkgmgr/core/remote_provisioning/visibility.py
src/pkgmgr/core/remote_provisioning/http/__init__.py
src/pkgmgr/core/remote_provisioning/http/client.py
src/pkgmgr/core/remote_provisioning/http/errors.py
src/pkgmgr/core/remote_provisioning/providers/__init__.py
src/pkgmgr/core/remote_provisioning/providers/base.py
src/pkgmgr/core/remote_provisioning/providers/gitea.py
src/pkgmgr/core/remote_provisioning/providers/github.py
src/pkgmgr/core/repository/__init__.py
src/pkgmgr/core/repository/dir.py
src/pkgmgr/core/repository/identifier.py
src/pkgmgr/core/repository/ignored.py
src/pkgmgr/core/repository/paths.py
src/pkgmgr/core/repository/resolve.py
src/pkgmgr/core/repository/selected.py
src/pkgmgr/core/repository/verify.py
src/pkgmgr/core/version/__init__.py
src/pkgmgr/core/version/installed.py
src/pkgmgr/core/version/semver.py
src/pkgmgr/core/version/source.py