google.appengine.ext.appstats | |
google.appengine.ext.blobstore | Blobstore API module. |
google.appengine.ext.builtins | Repository for all builtin handlers information. |
google.appengine.ext.bulkload | Bulkload package: Helpers for both bulkloader and bulkload_client. |
google.appengine.ext.cloudstorage | Init file for stub package. |
google.appengine.ext.db | Simple, schema-based database abstraction layer for the datastore. |
google.appengine.ext.deferred | |
google.appengine.ext.django | |
google.appengine.ext.gql | GQL – the SQL-like interface to the datastore. |
google.appengine.ext.key_range | Key range representation and splitting. |
google.appengine.ext.ndb | NDB – A new datastore API for the Google App Engine Python runtime. |
google.appengine.ext.remote_api | |
google.appengine.ext.search | Full text indexing and search, implemented in pure python. |
google.appengine.ext.testbed | A module to use service stubs for testing. |
google.appengine.ext.vendor | Dependencies vendoring helpers. |
google.appengine.ext.webapp | An extremely simple WSGI web application framework for Python 2.5. |
google.appengine.ext.zipserve | 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 2023-04-04 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 2023-04-04 UTC."],[[["The `google.appengine.ext` package encompasses a variety of sub-packages for Google App Engine functionalities."],["Sub-packages within `google.appengine.ext` include tools for datastore management, such as `db` for schema-based abstraction and `ndb` for a new datastore API."],["The package also contains modules for web application development like `webapp`, for full-text search with `search`, and for serving files from a zipfile with `zipserve`."],["Other notable sub-packages facilitate testing with `testbed`, bulk data operations with `bulkload`, and utilize an SQL-like interface to the datastore using `gql`."],["The `blobstore` and `builtins` sub-packages are within this module, with the former providing an API and the latter a repository for all built-in handlers information."]]],[]]