--- id: google-cloud-appengine-admin version: "1.18.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # google-cloud-appengine-admin — Google Cloud Appengine Admin API client library License: permissive · Maintenance: active · Downloads: 691.9K/mo ## 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 above — 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 pip install google-cloud-appengine-admin uv add google-cloud-appengine-admin 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_current - Install friction: low - Maintenance: active - Downloads: 691.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags app engine admin api client, google cloud appengine management, provision app engine applications, appengine deployment automation, google cloud python client library, google-cloud, app-engine, infrastructure-automation [View on SkillFed](https://skillfed.io/packages/google-cloud-appengine-admin) · [View on PyPI](https://pypi.org/project/google-cloud-appengine-admin/)