skillfed

google-cloud-resource-manager

Google Cloud Resource Manager API client library

google-cloud-resource-manager Permissive license Apache-2.0 Active 5,370 v1.18.0 released

Install

google-cloud-resource-manager on PyPI

pip

pip install google-cloud-resource-manager

uv

uv add google-cloud-resource-manager

poetry

poetry add google-cloud-resource-manager

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 — 52 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_resource_manager-1.18.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

About google-cloud-resource-manager

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

Python Client for Cloud Resource Manager

|stable| |pypi| |versions|

Cloud Resource Manager_: Creates, reads, and updates metadata for Google Cloud Platform resource containers.

  • 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-resource-manager.svg :target: https://pypi.org/project/google-cloud-resource-manager/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-resource-manager.svg :target: https://pypi.org/project/google-cloud-resource-manager/ .. _Cloud Resource Manager: https://cloud.google.com/resource-manager .. _Client Library Documentation: https://cloud.google.com/python/docs/reference/cloudresourcemanager/latest/summary_overview .. _Product Documentation: https://cloud.google.com/resource-manager

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

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 Resource Manager, enabling programmatic creation, reading, and updates to GCP resource container metadata.

Low friction install with six stable Google Cloud dependencies (google-api-core, google-auth, grpcio, proto-plus, protobuf, grpc-google-iam-v1). Package is actively maintained with a release 52 days old and no archived status.

Apache-2.0 permissive license allows commercial and private use with minimal restrictions, typical for Google Cloud client libraries.

Usage

pip install google-cloud-resource-manager

from google.cloud import resourcemanager_v3

client = resourcemanager_v3.ProjectsClient()
# Use client methods to manage GCP resources

Requires Python >= 3.10; GCP credentials must be configured (via GOOGLE_APPLICATION_CREDENTIALS or Application Default Credentials).

Verdict: Production-stable, actively maintained Google-authored library with no known vulnerabilities, low install friction, and permissive licensing. Suitable for any GCP resource management automation in Python 3.10+.

Needs verification

  • Whether grpc-google-iam-v1 or other dependencies introduce any transitive vulnerabilities not yet indexed
  • Specific API coverage and completeness relative to the full Cloud Resource Manager API surface
google cloud resource manager pythongcp project management api clientcloud resource container metadatagoogle cloud python client librarygcp resource hierarchy management

Similar packages