google-gax
Google API Extensions
What it is and what it does
google-gax was a foundational library providing gRPC and Google API infrastructure for building client and server code. It offered utilities like page streaming and request bundling to simplify API surfaces for callers, and was typically used indirectly through code generated from Google API definitions rather than directly in application code.
The package is now fully deprecated and abandoned. Google has replaced it entirely with google-api-core, which provides the same functionality with active maintenance. The last release was in February 2018, the repository is archived, and no further development is planned.
Use it for:
- Maintaining legacy Google client libraries that were generated before the migration to google-api-core.
- Understanding historical Google API infrastructure patterns in older codebases.
- Studying gRPC integration patterns from an archived reference implementation.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides gRPC and Google API infrastructure utilities for client and server development, now deprecated in favor of google-api-core.
No. This package is deprecated and abandoned as of 2018. Do not install for new projects—use google-api-core instead. Only install if maintaining legacy code that explicitly requires it, and plan a migration to google-api-core.
Install
google-gax on PyPI
pip
pip install google-gaxuv
uv add google-gaxpoetry
poetry add google-gaxInstalling google-gax
Before you install
Low install friction, but the package is abandoned as of 2018-02-28 with no further development planned. The repository is archived and maintenance status is inactive.
License in practice
BSD-3-Clause permissive license allows use, modification, and distribution with minimal restrictions.
Quickstart
pip install google-gax==0.16.0
from google.gax import create_api_call
# Typically used indirectly via code-generated clients
api_call = create_api_call(callable, settings)
Package is deprecated; google-api-core is the active replacement. No Python version constraint specified in metadata.
Verify before relying
- Whether any active Google client libraries still depend on this package or have fully migrated to google-api-core.
- Compatibility with Python versions beyond 3.6 (last tested version in description).
- Whether the 8 runtime dependencies (dill, future, googleapis-common-protos, grpcio, google-auth, ply, protobuf, requests) have known vulnerabilities or breaking changes since 2018.
Package facts
| License | BSD-3-Clause (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 8 — dill, future, googleapis-common-protos, grpcio, google-auth, ply, protobuf, requests |
| Maintenance | abandoned — 3,089 days since the last release |
| Last repo commit | (repository archived) |
| First released | |
| Downloads | 83,690/month — #14,055 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: google_gax-0.16.0-py2.py3-none-any.whl
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
proto-google-cloud-datastore-v1Provides Protocol Buffer definitions and gRPC…
permissive · top 15,000 on PyPI
starlink-grpc-coreProvides a Python module for communicating with…
permissive · top 15,000 on PyPI
google-apitoolsProvides utilities for building client-side…
permissive · top 5,000 on PyPI
pinecone-clientThis package is deprecated and should not be…
permissive · top 5,000 on PyPI
google-api-coreProvides shared infrastructure and utilities…
permissive · top 100 on PyPI
google-cloudA deprecated umbrella package that once…
permissive · top 5,000 on PyPI
apache-airflow-providers-grpcIntegrates gRPC communication into Apache…
permissive · top 15,000 on PyPI
grpc-requestsA Python client library that uses gRPC…
permissive · top 15,000 on PyPI
google-generativeaiProvides a Python client library for calling…
permissive · top 5,000 on PyPI
grpc-interceptorProvides simplified server and client…
permissive · top 1,000 on PyPI