.editorconfig
.gitignore
.gitmodules
.pre-commit-config.yaml
.readthedocs.yml
.yamllint.yaml
LICENSE
Makefile
README.md
common.mk
pyproject.toml
spread.yaml
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/automatic-doc-checks.yml
.github/workflows/policy.yaml
.github/workflows/qa.yaml
.github/workflows/release-drafter.yaml
.github/workflows/release-publish.yaml
.github/workflows/security-scan.yaml
craft_store/__init__.py
craft_store/_httpx_auth.py
craft_store/_version.py
craft_store/attenuations.py
craft_store/auth.py
craft_store/base_client.py
craft_store/creds.py
craft_store/endpoints.py
craft_store/errors.py
craft_store/http_client.py
craft_store/py.typed
craft_store/store_client.py
craft_store/ubuntu_one_store_client.py
craft_store.egg-info/PKG-INFO
craft_store.egg-info/SOURCES.txt
craft_store.egg-info/dependency_links.txt
craft_store.egg-info/requires.txt
craft_store.egg-info/top_level.txt
craft_store/models/__init__.py
craft_store/models/_base_model.py
craft_store/models/_charm_model.py
craft_store/models/_common_list_releases_model.py
craft_store/models/_snap_models.py
craft_store/models/account_model.py
craft_store/models/charm_list_releases_model.py
craft_store/models/error_model.py
craft_store/models/registered_name_model.py
craft_store/models/release_request_model.py
craft_store/models/resource_revision_model.py
craft_store/models/revisions_model.py
craft_store/models/snap_list_releases_model.py
craft_store/models/track_guardrail_model.py
craft_store/models/track_model.py
craft_store/publisher/__init__.py
craft_store/publisher/_publishergw.py
craft_store/publisher/_request.py
craft_store/publisher/_response.py
docs/.custom_wordlist.txt
docs/Makefile
docs/conf.py
docs/custom_conf.py
docs/index.rst
docs/.sphinx/requirements.txt
docs/_static/css/custom.css
docs/explanation/index.rst
docs/howto/craft-cli-upload-progress.rst
docs/howto/environment-credentials.rst
docs/howto/index.rst
docs/howto/upload-package-with-resources.rst
docs/howto/code/craft-cli-upload-progress/craft_cli_upload.py
docs/howto/code/craft-cli-upload-progress/task.yaml
docs/howto/code/upload-package-with-resources/empty-file
docs/howto/code/upload-package-with-resources/task.yaml
docs/howto/code/upload-package-with-resources/test.charm
docs/howto/code/upload-package-with-resources/upload_package.py
docs/reference/auto-generated.rst
docs/reference/changelog.rst
docs/reference/index.rst
docs/reuse/links.txt
docs/tutorials/index.rst
docs/tutorials/snap-store-account-info.rst
docs/tutorials/snap-store-login-ubuntu-one.rst
docs/tutorials/snap-store-login.rst
docs/tutorials/snap-store-upload-snap.rst
tests/__init__.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_auth.py
tests/integration/test_get_list_releases.py
tests/integration/test_list_resource_revisions.py
tests/integration/test_list_revisions.py
tests/integration/test_push_resource.py
tests/integration/test_register_unregister.py
tests/integration/test_release.py
tests/integration/test_update_resource_revisions.py
tests/integration/test_upload.py
tests/integration/charmhub/__init__.py
tests/integration/charmhub/test_charmhub_workflow.py
tests/integration/publisher/__init__.py
tests/integration/publisher/test_read.py
tests/integration/publisher/test_write.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_auth.py
tests/unit/test_base_client.py
tests/unit/test_creds.py
tests/unit/test_endpoints.py
tests/unit/test_errors.py
tests/unit/test_http_client.py
tests/unit/test_httpx_auth.py
tests/unit/test_store_client.py
tests/unit/test_ubuntu_one_store_client.py
tests/unit/models/__init__.py
tests/unit/models/test_account_model.py
tests/unit/models/test_charm_list_releases_model.py
tests/unit/models/test_registered_name_model.py
tests/unit/models/test_request_release_model.py
tests/unit/models/test_resource_revision_model.py
tests/unit/models/test_revisions.py
tests/unit/models/test_snap_list_releases_model.py
tests/unit/models/test_track_guardrail_model.py
tests/unit/models/test_track_model.py
tests/unit/publisher/__init__.py
tests/unit/publisher/test_publishergateway.py