Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
O índice de pacotes do Python (PyPI, na sigla em inglês) é um repositório
público para pacotes Python. É possível usar o Artifact Registry para criar repositórios
particulares para seus pacotes Python. Esses repositórios particulares usam a
implementação canônica do repositório Python, a API de repositório simples (PEP 503) e funcionam com ferramentas de instalação, como pip.
Visão geral
Para se familiarizar com os pacotes do Python no Artifact Registry, consulte o
guia de início rápido.
Quando estiver pronto para saber mais, leia as seguintes informações:
Conceda permissões à conta que
se conectará ao repositório. As contas de serviço para integrações comuns
com o Artifact Registry têm permissões padrão para
repositórios no mesmo projeto.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-08-18 UTC."],[[["\u003cp\u003eArtifact Registry allows you to create private repositories for Python packages, in addition to the public repository PyPI.\u003c/p\u003e\n"],["\u003cp\u003eThese private repositories use the simple repository API (PEP 503) and are compatible with installation tools like \u003ccode\u003epip\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eYou can create a Python package repository and grant permissions to accounts that will access it, including service accounts.\u003c/p\u003e\n"],["\u003cp\u003eAuthentication can be configured for Python clients and Cloud Build to interact with the repository.\u003c/p\u003e\n"],["\u003cp\u003eArtifact registry allows you to deploy to Google Cloud runtime environments, and manage your packages.\u003c/p\u003e\n"]]],[],null,["# Manage Python packages\n\n[Python Package Index](https://pypi.org/) (PyPI) is a public\nrepository for Python packages. You can use Artifact Registry to create private\nrepositories for your Python packages. These private repositories use the\ncanonical Python repository implementation, the [simple repository API](https://www.python.org/dev/peps/pep-0503/) (PEP 503), and work with installation tools like `pip`.\n\nOverview\n--------\n\nTo get familiar with Python packages in Artifact Registry, you can try the\n[quickstart](/artifact-registry/docs/python/quickstart).\n\nWhen you are ready to learn more, read the following information:\n\n1. [Create a Python package repository](/artifact-registry/docs/repositories/create-repos) for your packages.\n2. [Grant permissions](/artifact-registry/docs/access-control) to the account that will connect with the repository. Service accounts for common integrations with Artifact Registry have default [permissions](/artifact-registry/docs/access-control#gcp) for repositories in the same project.\n3. Configure your tools:\n - [Configure authentication](/artifact-registry/docs/python/authentication) for Python clients that interact with the repository.\n - [Configure Cloud Build](/artifact-registry/docs/configure-cloud-build) to upload and download packages.\n - Learn about [deploying](/artifact-registry/docs/deploy) to Google Cloud runtime environments.\n4. [Learn about managing packages](/artifact-registry/docs/python/manage-packages)."]]