skillfed

google-cloud-parametermanager

Google Cloud Parametermanager API client library

google-cloud-parametermanager v0.4.1 862.0K downloads/30d#4,872 on PyPI5,373
Permissive license Apache-2.0 Active released

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

uv

uv add google-cloud-parametermanager

poetry

poetry add google-cloud-parametermanager

Installing 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

Development Status :: 4 - BetaIntended 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 parameter manager clientcloud parameter storage pythonapplication configuration management gcpsensitive parameter managementcloud config store accessparameter lifecycle managementworkload parameter storage
gcp-clientconfiguration-managementsecrets-management

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-secret-manager

Python client library for Google Cloud Secret…

permissive · top 1,000 on PyPI

google-cloud-dlp

Python client library for Google Cloud's…

permissive · top 1,000 on PyPI

google-cloud-access-context-manager

Python client library for Google Cloud Access…

permissive · top 5,000 on PyPI

google-cloud-billing

Programmatic access to Google Cloud Platform…

permissive · top 15,000 on PyPI

google-cloud-resource-manager

Provides a Python client for Google Cloud…

permissive · top 1,000 on PyPI

google-cloud-certificate-manager

Python client library for Google Cloud…

permissive · top 15,000 on PyPI

google-cloud-functions

Python client library for Google Cloud…

permissive · top 5,000 on PyPI

google-cloud-monitoring

Python client library for Google Cloud…

permissive · top 1,000 on PyPI

grpc-google-iam-v1

Provides gRPC-based Python client bindings for…

permissive · top 1,000 on PyPI

google-cloud-api-keys

Manages API keys for Google Cloud projects,…

permissive · top 15,000 on PyPI