.codespell_ignore_lines
.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
HACKING.md
LICENSE
Makefile
README.md
SECURITY.md
common.mk
pyproject.toml
uv.lock
.github/.jira_sync_config.yaml
.github/PULL_REQUEST_TEMPLATE.md
.github/renovate.json5
.github/ISSUE_TEMPLATE/bug.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/task.yaml
.github/workflows/check-renovate.yaml
.github/workflows/policy.yaml
.github/workflows/qa.yaml
.github/workflows/release-publish.yaml
.github/workflows/tics.yaml
craft_archives/__init__.py
craft_archives/_version.py
craft_archives/defaults.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/redirects.txt
docs/_static/css/custom.css
docs/explanation/cryptography.rst
docs/explanation/index.rst
docs/how-to-guides/add_repo.rst
docs/how-to-guides/index.rst
docs/reference/defaults.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/test_defaults.py
tests/integration/default_sources_data/README.md
tests/integration/default_sources_data/bionic/sources.list
tests/integration/default_sources_data/bionic/sources.list.new
tests/integration/default_sources_data/deb822_and_sourceslist/.is_eol
tests/integration/default_sources_data/deb822_and_sourceslist/sources.list
tests/integration/default_sources_data/deb822_and_sourceslist/sources.list.new
tests/integration/default_sources_data/deb822_and_sourceslist/sources.list.d/ubuntu.sources
tests/integration/default_sources_data/deb822_and_sourceslist/sources.list.d/ubuntu.sources.new
tests/integration/default_sources_data/noble/sources.list
tests/integration/default_sources_data/noble/sources.list.new
tests/integration/default_sources_data/noble/sources.list.d/ubuntu.sources
tests/integration/default_sources_data/noble/sources.list.d/ubuntu.sources.new
tests/integration/default_sources_data/precise/.is_eol
tests/integration/default_sources_data/precise/sources.list
tests/integration/default_sources_data/precise/sources.list.new
tests/integration/default_sources_data/precise_deb822/.is_eol
tests/integration/default_sources_data/precise_deb822/sources.list
tests/integration/default_sources_data/precise_deb822/sources.list.new
tests/integration/default_sources_data/precise_deb822/sources.list.d/ubuntu.sources
tests/integration/default_sources_data/precise_deb822/sources.list.d/ubuntu.sources.new
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