.codespell_ignore_lines
.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.yamlignore
.yamllint.yaml
HACKING.rst
LICENSE
Makefile
README.rst
common.mk
pyproject.toml
uv.lock
.github/.jira_sync_config.yaml
.github/PULL_REQUEST_TEMPLATE.md
.github/release-drafter.yml
.github/renovate.json5
.github/ISSUE_TEMPLATE/bug.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/task.yaml
.github/workflows/policy.yaml
.github/workflows/qa.yaml
.github/workflows/release-drafter.yaml
.github/workflows/release-publish.yaml
craft_archives/__init__.py
craft_archives/_version.py
craft_archives/errors.py
craft_archives/py.typed
craft_archives/utils.py
craft_archives.egg-info/PKG-INFO
craft_archives.egg-info/SOURCES.txt
craft_archives.egg-info/dependency_links.txt
craft_archives.egg-info/requires.txt
craft_archives.egg-info/top_level.txt
craft_archives/repo/__init__.py
craft_archives/repo/apt_key_manager.py
craft_archives/repo/apt_ppa.py
craft_archives/repo/apt_preferences_manager.py
craft_archives/repo/apt_sources_manager.py
craft_archives/repo/apt_uca.py
craft_archives/repo/errors.py
craft_archives/repo/gpg.py
craft_archives/repo/installer.py
craft_archives/repo/package_repository.py
craft_archives/repo/projects.py
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/explanation/index.rst
docs/howto/add_repo.rst
docs/howto/index.rst
docs/reference/index.rst
docs/reference/repo_properties.rst
docs/tutorials/index.rst
tests/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/repo/__init__.py
tests/integration/repo/test_apt_key_manager.py
tests/integration/repo/test_apt_sources_manager.py
tests/integration/repo/test_installer.py
tests/test_data/FC42E99D.asc
tests/test_data/empty.preferences
tests/test_data/expected.preferences
tests/test_data/many_blank_lines.preferences
tests/test_data/no_header.preferences
tests/test_data/only_comment.preferences
tests/test_data/with_header.preferences
tests/test_data/multi-keys/0264B26D.asc
tests/test_data/multi-keys/9E61EF26.asc
tests/unit/__init__.py
tests/unit/repo/__init__.py
tests/unit/repo/test_apt_key_manager.py
tests/unit/repo/test_apt_ppa.py
tests/unit/repo/test_apt_preferences_manager.py
tests/unit/repo/test_apt_sources_manager.py
tests/unit/repo/test_apt_uca.py
tests/unit/repo/test_installer.py
tests/unit/repo/test_package_repository.py
tests/unit/repo/test_projects.py