google-cloud-parametermanager
Google Cloud Parametermanager API client library
What it is and what it does
This is Google's official Python client for Cloud Parameter Manager, a Google Cloud service for centralized storage and lifecycle management of application parameters. It provides programmatic access to store, retrieve, and manage configuration values and sensitive parameters without embedding them directly in code or configuration files.
The library wraps the Parameter Manager API using standard Google Cloud client patterns, built on google-api-core, google-auth, and gRPC. It supports modern Python versions (3.10 and later) and is actively maintained. Installation is straightforward via pip with no system dependencies beyond Python itself.
Use it for:
- Store database credentials, API keys, and secrets centrally in GCP instead of environment variables or config files
- Retrieve application configuration parameters at runtime without redeploying code
- Manage parameter lifecycle and access control through Google Cloud's IAM system
- Audit and track changes to sensitive application parameters across environments
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Python client library for Google Cloud Parameter Manager, enabling programmatic access to store, retrieve, and manage application parameters and sensitive configuration values.
Yes, if you are building on Google Cloud and need centralized parameter/secret management. The library is actively maintained, has no known vulnerabilities, and integrates naturally with GCP authentication. Requires a GCP project with Parameter Manager enabled and proper credentials; not useful outside a Google Cloud context.
Install
google-cloud-parametermanager on PyPI
pip
pip install google-cloud-parametermanageruv
uv add google-cloud-parametermanagerpoetry
poetry add google-cloud-parametermanagerInstalling google-cloud-parametermanager
Before you install
Low install friction; pure Python wheel with standard Google Cloud dependencies. Actively maintained as of 2026-08-14 with recent releases. Requires Python 3.10 or later.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions.
Quickstart
pip install google-cloud-parametermanager
from google.cloud import parametermanager_v1
client = parametermanager_v1.ParameterManagerClient()
# Use client to access parameters in your GCP project
Requires Google Cloud project with Parameter Manager enabled and proper authentication credentials configured (via Application Default Credentials or explicit credentials).
Verify before relying
- Specific API methods and parameter types supported by this version
- Performance characteristics for large-scale parameter retrieval
- Caching or local storage capabilities beyond direct API access
- Integration patterns with other Google Cloud services
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 — 53 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 862,009/month — #4,872 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: google_cloud_parametermanager-0.4.1-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-secret-managerPython client library for Google Cloud Secret…
permissive · top 1,000 on PyPI
google-cloud-dlpPython client library for Google Cloud's…
permissive · top 1,000 on PyPI
google-cloud-access-context-managerPython client library for Google Cloud Access…
permissive · top 5,000 on PyPI
google-cloud-billingProgrammatic access to Google Cloud Platform…
permissive · top 15,000 on PyPI
google-cloud-resource-managerProvides a Python client for Google Cloud…
permissive · top 1,000 on PyPI
google-cloud-certificate-managerPython client library for Google Cloud…
permissive · top 15,000 on PyPI
google-cloud-functionsPython client library for Google Cloud…
permissive · top 5,000 on PyPI
google-cloud-monitoringPython client library for Google Cloud…
permissive · top 1,000 on PyPI
grpc-google-iam-v1Provides gRPC-based Python client bindings for…
permissive · top 1,000 on PyPI
google-cloud-api-keysManages API keys for Google Cloud projects,…
permissive · top 15,000 on PyPI