google-cloud-appengine-admin
Google Cloud Appengine Admin API client library
What it is and what it does
This is the official Python client library for Google Cloud's App Engine Admin API. It wraps the underlying gRPC service definitions to let you programmatically manage App Engine applications—creating, updating, and configuring deployments without using the web console. The library depends on google-api-core, google-auth, grpcio, proto-plus, and protobuf to handle authentication, RPC transport, and protocol buffer serialization.
You would use it when you need to automate App Engine operations in Python—for example, deploying applications, managing versions, or configuring traffic splitting as part of a larger CI/CD pipeline or infrastructure-as-code workflow. It's part of Google's official SDK and is actively maintained, supporting Python 3.10 through 3.14.
Use it for:
- Automate App Engine application deployment and version management in CI/CD pipelines.
- Programmatically configure traffic splitting and routing rules for canary deployments.
- Build infrastructure-as-code tools that manage App Engine settings across multiple environments.
- Query and monitor App Engine application metadata and configuration from Python scripts.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a Python client library to provision and manage Google App Engine applications through the App Engine Admin API.
Yes. This is the official, actively maintained client library for App Engine Admin operations. Install friction is low, it has no known vulnerabilities, and it's licensed permissively. Use it if you need to automate App Engine management from Python; if you only deploy via the console or gcloud CLI, you don't need it.
Install
google-cloud-appengine-admin on PyPI
pip
pip install google-cloud-appengine-adminuv
uv add google-cloud-appengine-adminpoetry
poetry add google-cloud-appengine-adminInstalling google-cloud-appengine-admin
Before you install
Low install friction with a pure-wheel distribution. Actively maintained as of 2026-06-03 with recent activity. Requires Python >= 3.10, which is a modern baseline.
License in practice
Licensed under Apache-2.0 (permissive), allowing use in most commercial and open-source projects without significant restrictions.
Quickstart
pip install google-cloud-appengine-admin
from google.cloud import appengine_admin_v1
client = appengine_admin_v1.ApplicationsClient()
Requires Google Cloud credentials to be configured (via GOOGLE_APPLICATION_CREDENTIALS environment variable or Application Default Credentials).
Verify before relying
- Whether the library supports all App Engine Admin operations or a subset of the full API surface.
- Whether authentication setup (Google Cloud credentials) is straightforward for typical development workflows.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — google-api-core, google-auth, grpcio, proto-plus, protobuf |
| Maintenance | actively maintained — 72 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 691,895/month — #5,324 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: google_cloud_appengine_admin-1.18.0-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-appengine-loggingClient library for Google Cloud AppEngine…
permissive · top 1,000 on PyPI
google-cloud-runPython client library for the Google Cloud Run…
permissive · top 1,000 on PyPI
google-analytics-adminPython client library for the Google Analytics…
permissive · top 1,000 on PyPI
firebase-adminFirebase Admin Python SDK provides server-side…
permissive · top 1,000 on PyPI
appengine-python-standardProvides access to Google App Engine services…
permissive · top 5,000 on PyPI
google-cloud-api-keysManages API keys for Google Cloud projects,…
permissive · top 15,000 on PyPI
google-cloud-buildPython client library for Google Cloud Build…
permissive · top 1,000 on PyPI
google-cloud-workflowsPython client library for Google Cloud…
permissive · top 1,000 on PyPI
google-cloud-resource-managerProvides a Python client for Google Cloud…
permissive · top 1,000 on PyPI
google-cloud-functionsPython client library for Google Cloud…
permissive · top 5,000 on PyPI