skillfed

google-cloud-deploy

Google Cloud Deploy API client library

google-cloud-deploy v2.11.0 135.3K downloads/30d#11,438 on PyPI5,373
Permissive license Apache-2.0 Active released

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-deploy

uv

uv add google-cloud-deploy

poetry

poetry add google-cloud-deploy

Installing 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Internet

Tags

google cloud deploy clientcloud deployment automationapplication delivery pipelinegoogle cloud python clientdeploy to multiple environmentsinfrastructure as code deploymentcontinuous deployment api
google-clouddeployment-automationci-cd

More Internet packages

botocore

Botocore provides low-level, data-driven access…

permissive · top 100 on PyPI

aiobotocore

Provides an async client for AWS services using…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

filelock

Provides a platform-independent file locking…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

googleapis-common-protos

Provides common Protocol Buffer message…

permissive · top 100 on PyPI

google-cloud-functions

Python client library for Google Cloud…

permissive · top 5,000 on PyPI

google-cloud-build

Python client library for Google Cloud Build…

permissive · top 1,000 on PyPI

google-cloud-run

Python client library for the Google Cloud Run…

permissive · top 1,000 on PyPI

google-cloud-automl

Python client library for Google Cloud AutoML,…

permissive · top 1,000 on PyPI

odg-client

odg-client is a Python client library for…

unclear · top 15,000 on PyPI

google-cloud-tasks

Python client library for Google Cloud Tasks,…

permissive · top 1,000 on PyPI

google-cloud-workflows

Python client library for Google Cloud…

permissive · top 1,000 on PyPI

google-cloud-dataflow-client

Provides a Python client library to manage…

permissive · top 1,000 on PyPI

google-cloud-api-keys

Manages API keys for Google Cloud projects,…

permissive · top 15,000 on PyPI

google-cloud-container

Provides a Python client library for…

permissive · top 1,000 on PyPI