.editorconfig
.gitignore
.pre-commit-config.yaml
.prettierignore
.readthedocs.yaml
CONTRIBUTING.md
LICENSE
Makefile
README.md
SECURITY.md
common.mk
pyproject.toml
uv.lock
.github/.copilot-collections.yaml
.github/.jira_sync_config.yaml
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/actionlint.yaml
.github/renovate.json5
.github/ISSUE_TEMPLATE/bug.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/task.yaml
.github/instructions/core-directive.instructions.md
.github/instructions/documentation-rtd.instructions.md
.github/instructions/documentation.instructions.md
.github/instructions/instructions.instructions.md
.github/instructions/python-code-commenting.instructions.md
.github/instructions/starcraft-docs-meta.instructions.md
.github/instructions/starcraft-docs-style.instructions.md
.github/skills/documentation-build/SKILL.md
.github/skills/documentation-diataxis/SKILL.md
.github/skills/documentation-review/SKILL.md
.github/skills/documentation-review/references/doc-review-report-template.md
.github/skills/documentation-structure/SKILL.md
.github/skills/documentation-style/SKILL.md
.github/skills/documentation-style/references/doc-style-guide.md
.github/skills/documentation-verify/SKILL.md
.github/skills/documentation-verify/references/report_format.md
.github/skills/documentation-verify/references/verification_procedures.md
.github/workflows/check-renovate.yaml
.github/workflows/copilot-collections-update.yaml
.github/workflows/policy.yaml
.github/workflows/qa.yaml
.github/workflows/release-publish.yaml
.github/workflows/tests-weekly.yaml
.github/workflows/tics.yaml
craft_providers/__init__.py
craft_providers/_version.py
craft_providers/base.py
craft_providers/const.py
craft_providers/errors.py
craft_providers/executor.py
craft_providers/hookutil.py
craft_providers/instance_config.py
craft_providers/provider.py
craft_providers/py.typed
craft_providers.egg-info/PKG-INFO
craft_providers.egg-info/SOURCES.txt
craft_providers.egg-info/dependency_links.txt
craft_providers.egg-info/entry_points.txt
craft_providers.egg-info/requires.txt
craft_providers.egg-info/scm_file_list.json
craft_providers.egg-info/scm_version.json
craft_providers.egg-info/top_level.txt
craft_providers/actions/__init__.py
craft_providers/actions/snap_installer.py
craft_providers/bases/__init__.py
craft_providers/bases/almalinux.py
craft_providers/bases/centos.py
craft_providers/bases/checks.py
craft_providers/bases/errors.py
craft_providers/bases/ubuntu.py
craft_providers/data/__init__.py
craft_providers/data/ubuntu.csv
craft_providers/lxd/__init__.py
craft_providers/lxd/errors.py
craft_providers/lxd/installer.py
craft_providers/lxd/launcher.py
craft_providers/lxd/lxc.py
craft_providers/lxd/lxd.py
craft_providers/lxd/lxd_instance.py
craft_providers/lxd/lxd_instance_status.py
craft_providers/lxd/lxd_provider.py
craft_providers/lxd/project.py
craft_providers/lxd/remotes.py
craft_providers/models/__init__.py
craft_providers/models/snaps.py
craft_providers/multipass/__init__.py
craft_providers/multipass/_launch.py
craft_providers/multipass/_ready.py
craft_providers/multipass/errors.py
craft_providers/multipass/installer.py
craft_providers/multipass/multipass.py
craft_providers/multipass/multipass_instance.py
craft_providers/multipass/multipass_provider.py
craft_providers/util/__init__.py
craft_providers/util/env_cmd.py
craft_providers/util/os_release.py
craft_providers/util/retry.py
craft_providers/util/snap_cmd.py
craft_providers/util/sources.sh
craft_providers/util/temp_paths.py
docs/.custom_wordlist.txt
docs/.gitignore
docs/.wordlist.txt
docs/Makefile
docs/README.md
docs/conf.py
docs/index.rst
docs/redirects.txt
docs/requirements.txt
docs/spellingcheck.yaml
docs/_dev/.pre-commit-config.yaml
docs/_dev/.pymarkdown.json
docs/_dev/get_vale_conf.py
docs/_dev/pa11y.json
docs/_dev/update_sp.py
docs/_dev/version
docs/_templates/footer.html
docs/_templates/header.html
docs/base/.gitkeep
docs/explanation/cryptography.rst
docs/explanation/index.rst
docs/how-to/index.rst
docs/reference/bases.rst
docs/reference/changelog.rst
docs/reference/executors.rst
docs/reference/index.rst
docs/reuse/links.txt
docs/tutorials/index.rst
tests/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_base.py
tests/integration/test_hookutil.py
tests/integration/test_relaunch.py
tests/integration/test_setuptools.py
tests/integration/test_version.py
tests/integration/actions/__init__.py
tests/integration/actions/test_snap_installer.py
tests/integration/lxd/__init__.py
tests/integration/lxd/conftest.py
tests/integration/lxd/test_installer.py
tests/integration/lxd/test_launcher.py
tests/integration/lxd/test_lxc.py
tests/integration/lxd/test_lxd.py
tests/integration/lxd/test_lxd_instance.py
tests/integration/lxd/test_lxd_provider.py
tests/integration/lxd/test_lxd_prune.py
tests/integration/lxd/test_remotes.py
tests/integration/multipass/__init__.py
tests/integration/multipass/conftest.py
tests/integration/multipass/test_basic.py
tests/integration/multipass/test_installer.py
tests/integration/multipass/test_launch.py
tests/integration/multipass/test_multipass.py
tests/integration/multipass/test_multipass_instance.py
tests/integration/multipass/test_multipass_provider.py
tests/integration/multipass/test_multipass_prune.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_base.py
tests/unit/test_errors.py
tests/unit/test_executor.py
tests/unit/test_hookutil.py
tests/unit/test_provider.py
tests/unit/actions/__init__.py
tests/unit/actions/test_snap_installer.py
tests/unit/bases/__init__.py
tests/unit/bases/test_almalinux.py
tests/unit/bases/test_centos_7.py
tests/unit/bases/test_checks.py
tests/unit/bases/test_errors.py
tests/unit/bases/test_get_base.py
tests/unit/bases/test_instance_config.py
tests/unit/bases/test_ubuntu_buildd.py
tests/unit/data/ubuntu.csv
tests/unit/lxd/__init__.py
tests/unit/lxd/test_errors.py
tests/unit/lxd/test_installer.py
tests/unit/lxd/test_launcher.py
tests/unit/lxd/test_lxc.py
tests/unit/lxd/test_lxd.py
tests/unit/lxd/test_lxd_instance.py
tests/unit/lxd/test_lxd_provider.py
tests/unit/lxd/test_project.py
tests/unit/lxd/test_remotes.py
tests/unit/models/__init__.py
tests/unit/models/test_snaps.py
tests/unit/multipass/__init__.py
tests/unit/multipass/test_errors.py
tests/unit/multipass/test_installer.py
tests/unit/multipass/test_launch.py
tests/unit/multipass/test_multipass.py
tests/unit/multipass/test_multipass_instance.py
tests/unit/multipass/test_multipass_provider.py
tests/unit/multipass/test_ready.py
tests/unit/util/__init__.py
tests/unit/util/test_env_cmd.py
tests/unit/util/test_os_release.py
tests/unit/util/test_retry.py
tests/unit/util/test_snap_cmd.py
tests/unit/util/test_temp_paths.py
tools/ci-shell.sh
tools/freeze-requirements.sh