skillfed

google-cloud-build

Google Cloud Build API client library

google-cloud-build Permissive license Apache-2.0 Active 5,370 v3.38.1 released

Install

google-cloud-build on PyPI

pip

pip install google-cloud-build

uv

uv add google-cloud-build

poetry

poetry add google-cloud-build

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, grpc-google-iam-v1, grpcio, proto-plus, protobuf
Maintenance actively maintained — 7 days since the last release
Last repo commit
First released
Popularity one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13)
Known vulnerabilities none known (OSV.dev, checked 2026-08-13)

Evidence: google_cloud_build-3.38.1-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

About google-cloud-build

from the package's own PyPI description — quoted content, verbatim

Python Client for Cloud Build

|stable| |pypi| |versions|

Cloud Build_: Creates and manages builds on Google Cloud Platform.

  • Client Library Documentation_
  • Product Documentation_

.. |stable| image:: https://img.shields.io/badge/support-stable-gold.svg :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-build.svg :target: https://pypi.org/project/google-cloud-build/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-build.svg :target: https://pypi.org/project/google-cloud-build/ .. _Cloud Build: https://cloud.google.com/cloud-build/ .. _Client Library Documentation: https://cloud.google.com/python/docs/reference/cloudbuild/latest/summary_overview .. _Product Documentation: https://cloud.google.com/cloud-build/

Quick Start

In order to use this library, you first need to go through the following steps:

  1. Select or create a Cloud Platform project._
  2. Enable billing for your project._
  3. Enable the Cloud Build._
  4. Set up Authentication._

.. _Select or create a Cloud Platform...

Read as markdown · JSON record · Source repository · Homepage

AI interpretation — verify before relying

AI-generated interpretation of the package facts above; every digit, version, license, or vulnerability id it cites is grounded in the facts already shown on this page

Official Python client library for Google Cloud Build, enabling programmatic creation and management of builds on Google Cloud Platform.

Low friction: pure-Python wheel with six well-maintained Google dependencies (google-api-core, google-auth, grpcio, proto-plus, protobuf, grpc-google-iam-v1). Last release 7 days ago; active maintenance with 5370 repository stars.

Apache-2.0 permissive license allows commercial and private use with minimal restrictions; you must retain license notices and may not hold the authors liable.

Usage

pip install google-cloud-build
from google.cloud import build_v1
client = build_v1.CloudBuildClient()
# Use client to create or manage builds

Requires Python >= 3.10; Google Cloud credentials must be configured (via GOOGLE_APPLICATION_CREDENTIALS or application default credentials).

Verdict: Production-ready, actively maintained official Google client library with no known vulnerabilities. Stable API surface, permissive licensing, and low install friction make it a safe choice for Cloud Build integration. Requires Python 3.10+ and proper GCP authentication setup.

Needs verification

  • Whether the library's six runtime dependencies introduce any transitive vulnerabilities not yet indexed in OSV.
  • Performance characteristics and rate-limiting behavior for large-scale build orchestration workloads.
google cloud build python clientcloud build api pythongcp build automationgoogle cloud ci/cd pythoncloud build management library

Similar packages