google-cloud
API Client library for Google Cloud
What it is and what it does
google-cloud is a deprecated umbrella package that once provided a single entry point to Google Cloud Platform services for Python. As of June 18, 2018, it stopped installing any service-specific dependencies and is no longer maintained for new development. The package has zero runtime dependencies and serves no functional purpose beyond historical compatibility.
If you encounter this package in an existing codebase, it is a signal to migrate to product-specific packages like google-cloud-storage, google-cloud-bigquery, google-cloud-pubsub, or others depending on which GCP services your application needs. The deprecation is explicit in the package metadata and description.
Use it for:
- Identifying and replacing deprecated google-cloud imports in legacy codebases that need to migrate to modern service-specific packages.
- Understanding the historical structure of Google Cloud Python client libraries before the shift to modular packages.
- Satisfying old dependency declarations in archived or frozen projects that no longer receive updates.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A deprecated umbrella package that once provided unified access to Google Cloud Platform services; it no longer installs dependencies as of June 2018 and should not be used for new projects.
No. This package is deprecated, unmaintained since 2018, and explicitly warns that it will not install dependencies. Do not install it for new projects. If you encounter it in existing code, replace it with the specific google-cloud-* packages your application actually needs (e.g., google-cloud-storage, google-cloud-bigquery).
Install
google-cloud on PyPI
pip
pip install google-clouduv
uv add google-cloudpoetry
poetry add google-cloudInstalling google-cloud
Before you install
Low install friction, but the package is marked Development Status :: 7 - Inactive and has not been updated since 2018-07-30. The repository remains active as of 2026-08-14, but this is a deprecated stub; new projects should use product-specific google-cloud-* packages instead.
License in practice
Licensed under Apache 2.0 (permissive), so there are no licensing restrictions on use or modification. However, the deprecation status is the real concern, not the license.
Quickstart
pip install google-cloud==0.34.0
import google.cloud
# This package no longer installs service-specific dependencies;
# install google-cloud-storage, google-cloud-bigquery, etc. directly instead.
This package is deprecated and will not install any service dependencies. You must install product-specific packages (google-cloud-storage, google-cloud-bigquery, etc.) directly.
Verify before relying
- Whether any active projects still depend on this stub package and what their migration path is.
- Whether the repository's active status reflects ongoing maintenance or is simply not yet archived.
Package facts
| License | Apache 2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 2,937 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 4,775,971/month — #2,234 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: google_cloud-0.34.0-py2.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
gcloudProvides Python client libraries for Google…
permissive · top 15,000 on PyPI
google-cloud-dnsPython client library for Google Cloud DNS API…
permissive · top 15,000 on PyPI
azureThis package is deprecated as of v5.0.0 and no…
permissive · top 5,000 on PyPI
google-gaxProvides gRPC and Google API infrastructure…
permissive · top 15,000 on PyPI
google-cloud-coreProvides shared base classes and utilities for…
permissive · top 1,000 on PyPI
google-apitoolsProvides utilities for building client-side…
permissive · top 5,000 on PyPI
azure-mgmtThis package is deprecated as of v5.0.0 and…
permissive · top 5,000 on PyPI
google-compute-engineProvides Python bindings and utilities for…
permissive · top 15,000 on PyPI
getdaftThis package is a deprecated redirect to the…
unclear · top 15,000 on PyPI
google-cloud-access-context-managerPython client library for Google Cloud Access…
permissive · top 5,000 on PyPI