google-cloud-runtimeconfig
Google Cloud RuntimeConfig API client library
What it is and what it does
This is the official Python client library for Google Cloud Runtime Configurator API, part of Google Cloud's deployment and configuration management services. It provides a programmatic interface to create, read, update, and manage runtime configurations stored in Google Cloud Platform, typically used during application deployment and runtime configuration scenarios.
The library depends only on google-cloud-core and targets current Python versions (3.10 and later). It includes standard logging support via Python's logging module, with optional environment-based or code-based configuration. Authentication requires a Google Cloud project with the Runtime Configurator API enabled and appropriate credentials set up before instantiation.
Use it for:
- Manage application configuration values stored in Google Cloud during CI/CD pipelines and deployment workflows
- Retrieve runtime configuration settings programmatically from deployed applications on Google Cloud
- Integrate configuration management with Google Cloud Deployment Manager for infrastructure-as-code scenarios
- Store and access environment-specific settings (feature flags, endpoints, credentials) via the Runtime Configurator API
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Python client library for Google Cloud Runtime Configurator API, enabling programmatic access to runtime configuration management on Google Cloud Platform.
Yes, if you are building on Google Cloud Platform and need programmatic access to runtime configuration management. The library is actively maintained, has low install friction, carries a permissive license, and integrates cleanly with the broader Google Cloud ecosystem. No security vulnerabilities are known. Install only if you have a GCP project with Runtime Configurator enabled and authentication already configured.
Install
google-cloud-runtimeconfig on PyPI
pip
pip install google-cloud-runtimeconfiguv
uv add google-cloud-runtimeconfigpoetry
poetry add google-cloud-runtimeconfigInstalling google-cloud-runtimeconfig
Before you install
Low install friction with a single runtime dependency (google-cloud-core). Actively maintained with recent releases; last commit 2026-08-14 and latest release 2026-05-07. Supports current Python versions (3.10+).
License in practice
Licensed under Apache 2.0 (permissive), allowing use in most commercial and open-source projects without significant restrictions.
Quickstart
pip install google-cloud-runtimeconfig
from google.cloud import runtimeconfig
client = runtimeconfig.RuntimeConfigClient()
# Access runtime configuration via the client
Requires Python >= 3.10. Google Cloud project setup and authentication credentials must be configured before use (see project setup and auth documentation).
Verify before relying
- Specific API methods and configuration management capabilities beyond the generic client library interface
- Performance characteristics and scalability limits for managing large numbers of runtime configurations
- Integration patterns with Google Cloud Deployment Manager beyond basic API access
Package facts
| License | Apache 2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — google-cloud-core |
| Maintenance | actively maintained — 99 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 121,225/month — #11,990 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: google_cloud_runtimeconfig-0.37.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-resource-managerProvides a Python client for Google Cloud…
permissive · top 1,000 on PyPI
google-cloud-monitoringPython client library for Google Cloud…
permissive · top 1,000 on PyPI
google-cloud-buildPython client library for Google Cloud Build…
permissive · top 1,000 on PyPI
google-cloud-monitoring-dashboardsPython client library for Google Cloud…
permissive · top 15,000 on PyPI
google-cloud-runPython client library for the Google Cloud Run…
permissive · top 1,000 on PyPI
google-cloud-parametermanagerPython client library for Google Cloud…
permissive · top 5,000 on PyPI
google-cloud-billingProgrammatic access to Google Cloud Platform…
permissive · top 15,000 on PyPI
google-cloud-containerProvides a Python client library for…
permissive · top 1,000 on PyPI
google-cloud-service-usageProvides a Python client for Google Cloud…
permissive · top 15,000 on PyPI