google-cloud-deploy
Google Cloud Deploy API client library
What it is and what it does
This is the official Python client library for Google Cloud Deploy, a managed service that automates application delivery to sequences of target environments. It wraps the Cloud Deploy API, allowing developers to programmatically create, manage, and monitor deployment pipelines directly from Python code rather than through the Google Cloud Console.
The library handles authentication, request serialization, and response parsing through its dependencies on google-api-core, google-auth, and gRPC libraries. It's designed for developers integrating Cloud Deploy into CI/CD workflows, infrastructure-as-code systems, or custom deployment orchestration tools. The library maintains active support for current Python versions (3.10 through 3.14) and follows Google Cloud's standard patterns for logging and error handling.
Use it for:
- Automate multi-environment deployments in CI/CD pipelines by programmatically creating and triggering Cloud Deploy releases.
- Build custom deployment orchestration tools that manage application rollouts across dev, staging, and production environments.
- Monitor and query deployment status and history from Python applications or dashboards.
- Integrate Cloud Deploy into infrastructure-as-code frameworks that need to manage application delivery alongside infrastructure.
- Implement approval workflows and deployment gates by querying and updating deployment pipeline state.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Python client library for Google Cloud Deploy, enabling programmatic control over application delivery pipelines that automate deployments across target environments.
Yes. This is the official, actively maintained client for Cloud Deploy with low install friction, permissive licensing, no known vulnerabilities, and production-stable status. Install it if you need to programmatically manage Cloud Deploy pipelines from Python; skip it if you only use the Google Cloud Console or have no Cloud Deploy workloads.
Install
google-cloud-deploy on PyPI
pip
pip install google-cloud-deployuv
uv add google-cloud-deploypoetry
poetry add google-cloud-deployInstalling google-cloud-deploy
Before you install
Low friction installation with a pure Python wheel. Actively maintained as of 2026-06-03 with recent commits. Requires Python >= 3.10 and depends on standard Google Cloud libraries (google-api-core, google-auth, grpcio, proto-plus, protobuf, grpc-google-iam-v1).
License in practice
Licensed under Apache-2.0 (permissive), allowing use in commercial and proprietary projects with minimal restrictions beyond attribution and liability disclaimers.
Quickstart
pip install google-cloud-deploy
from google.cloud import deploy_v1
client = deploy_v1.CloudDeployClient()
projects = client.list_projects(parent='projects/YOUR_PROJECT_ID')
Requires Google Cloud credentials configured (via GOOGLE_APPLICATION_CREDENTIALS environment variable or Application Default Credentials) and an active Google Cloud project with Cloud Deploy enabled.
Verify before relying
- Whether the library supports all Cloud Deploy API operations or a subset of the service's capabilities.
- Performance characteristics and rate-limiting behavior for large-scale deployments.
- Whether async/await patterns are supported for non-blocking operations.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 6 — google-api-core, google-auth, grpcio, proto-plus, protobuf, grpc-google-iam-v1 |
| Maintenance | actively maintained — 72 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 135,339/month — #11,438 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: google_cloud_deploy-2.11.0-py3-none-any.whl
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
google-cloud-functionsPython client library for Google Cloud…
permissive · top 5,000 on PyPI
google-cloud-buildPython client library for Google Cloud Build…
permissive · top 1,000 on PyPI
google-cloud-runPython client library for the Google Cloud Run…
permissive · top 1,000 on PyPI
google-cloud-automlPython client library for Google Cloud AutoML,…
permissive · top 1,000 on PyPI
odg-clientodg-client is a Python client library for…
unclear · top 15,000 on PyPI
google-cloud-tasksPython client library for Google Cloud Tasks,…
permissive · top 1,000 on PyPI
google-cloud-workflowsPython client library for Google Cloud…
permissive · top 1,000 on PyPI
google-cloud-dataflow-clientProvides a Python client library to manage…
permissive · top 1,000 on PyPI
google-cloud-api-keysManages API keys for Google Cloud projects,…
permissive · top 15,000 on PyPI
google-cloud-containerProvides a Python client library for…
permissive · top 1,000 on PyPI