Python Package Index (PyPI) is a public
repository for Python packages. You can use Artifact Registry to create private
repositories for your Python packages. These private repositories use the
canonical Python repository implementation, the simple repository API (PEP 503), and work with installation tools like pip
.
Overview
To get familiar with Python packages in Artifact Registry, you can try the quickstart.
When you are ready to learn more, read the following information:
- Create a Python package repository for your packages.
- Grant permissions to the account that will connect with the repository. Service accounts for common integrations with Artifact Registry have default permissions for repositories in the same project.
- Configure your tools:
- Configure authentication for Python clients that interact with the repository.
- Configure Cloud Build to upload and download packages.
- Learn about deploying to Google Cloud runtime environments.
- Learn about managing packages.