skillfed

google-cloud-appengine-admin

Google Cloud Appengine Admin API client library

google-cloud-appengine-admin v1.18.0 691.9K downloads/30d#5,324 on PyPI5,373
Permissive license Apache-2.0 Active released

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

uv

uv add google-cloud-appengine-admin

poetry

poetry add google-cloud-appengine-admin

Installing 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

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

Tags

app engine admin api clientgoogle cloud appengine managementprovision app engine applicationsappengine deployment automationgoogle cloud python client library
google-cloudapp-engineinfrastructure-automation

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-appengine-logging

Client library for Google Cloud AppEngine…

permissive · top 1,000 on PyPI

google-cloud-run

Python client library for the Google Cloud Run…

permissive · top 1,000 on PyPI

google-analytics-admin

Python client library for the Google Analytics…

permissive · top 1,000 on PyPI

firebase-admin

Firebase Admin Python SDK provides server-side…

permissive · top 1,000 on PyPI

appengine-python-standard

Provides access to Google App Engine services…

permissive · top 5,000 on PyPI

google-cloud-api-keys

Manages API keys for Google Cloud projects,…

permissive · top 15,000 on PyPI

google-cloud-build

Python client library for Google Cloud Build…

permissive · top 1,000 on PyPI

google-cloud-workflows

Python client library for Google Cloud…

permissive · top 1,000 on PyPI

google-cloud-resource-manager

Provides a Python client for Google Cloud…

permissive · top 1,000 on PyPI

google-cloud-functions

Python client library for Google Cloud…

permissive · top 5,000 on PyPI