Python 2.7 has reached end of support
and will be deprecated
on January 31, 2026. After deprecation, you won't be able to deploy Python 2.7
applications, even if your organization previously used an organization policy to
re-enable deployments of legacy runtimes. Your existing Python
2.7 applications will continue to run and receive traffic after their deprecation date
. We recommend that
you migrate to the latest supported version of Python
.
Stay organized with collections
Save and categorize content based on your preferences.
google.appengine.ext package
Summary
Simple datastore view and interactive console, for use in dev_appserver.
Repository for all builtin handlers information.
Bulkload package: Helpers for both bulkloader and bulkload_client.
Init file for stub package.
Simple, schema-based database abstraction layer for the datastore.
GQL – the SQL-like interface to the datastore.
Key range representation and splitting.
NDB – A new datastore API for the Google App Engine Python runtime.
Full text indexing and search, implemented in pure python.
A module to use service stubs for testing.
Dependencies vendoring helpers.
An extremely simple WSGI web application framework for Python 2.5.
Serve static files from a zipfile.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[[["\u003cp\u003eThe \u003ccode\u003egoogle.appengine.ext\u003c/code\u003e package encompasses a variety of sub-packages for Google App Engine functionalities.\u003c/p\u003e\n"],["\u003cp\u003eSub-packages within \u003ccode\u003egoogle.appengine.ext\u003c/code\u003e include tools for datastore management, such as \u003ccode\u003edb\u003c/code\u003e for schema-based abstraction and \u003ccode\u003endb\u003c/code\u003e for a new datastore API.\u003c/p\u003e\n"],["\u003cp\u003eThe package also contains modules for web application development like \u003ccode\u003ewebapp\u003c/code\u003e, for full-text search with \u003ccode\u003esearch\u003c/code\u003e, and for serving files from a zipfile with \u003ccode\u003ezipserve\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eOther notable sub-packages facilitate testing with \u003ccode\u003etestbed\u003c/code\u003e, bulk data operations with \u003ccode\u003ebulkload\u003c/code\u003e, and utilize an SQL-like interface to the datastore using \u003ccode\u003egql\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eblobstore\u003c/code\u003e and \u003ccode\u003ebuiltins\u003c/code\u003e sub-packages are within this module, with the former providing an API and the latter a repository for all built-in handlers information.\u003c/p\u003e\n"]]],[],null,["# google.appengine.ext package\n============================\n\nSummary\n-------"]]