Python 패키지 색인(PyPI)은 Python 패키지용 공개 저장소입니다. Artifact Registry를 사용하여 Python 패키지의 비공개 저장소를 만들 수 있습니다. 이러한 비공개 저장소는 표준 Python 저장소 구현인 simple repository API(PEP 503)를 사용하며 pip와 같은 설치 도구를 사용합니다.
개요
Artifact Registry의 Python 패키지에 익숙해지려면 빠른 시작을 사용하면 됩니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(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)."]]