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-03-10(UTC)"],[[["Artifact Registry allows you to create private repositories for Python packages, in addition to the public repository PyPI."],["These private repositories use the simple repository API (PEP 503) and are compatible with installation tools like `pip`."],["You can create a Python package repository and grant permissions to accounts that will access it, including service accounts."],["Authentication can be configured for Python clients and Cloud Build to interact with the repository."],["Artifact registry allows you to deploy to Google Cloud runtime environments, and manage your packages."]]],[]]