google.appengine.api package
Summary
Sub Packages |
|
---|---|
google.appengine.api.app_identity |
The App Identity API lets an application discover its application ID. |
google.appengine.api.backends |
Backends API. |
google.appengine.api.background_thread |
Background Threads API. |
google.appengine.api.blobstore |
Blobstore API module. |
google.appengine.api.capabilities |
Allows applications to identify API outages and scheduled downtime. |
google.appengine.api.files |
Appengine Files API |
google.appengine.api.images |
Image manipulation API. |
google.appengine.api.logservice |
Logging API module. |
google.appengine.api.memcache |
Memcache API. |
google.appengine.api.modules |
Modules API module. |
google.appengine.api.namespace_manager |
Namespace Manager Module. |
google.appengine.api.oauth |
OAuth API module. |
google.appengine.api.runtime |
Runtime Utilities API. |
google.appengine.api.search |
Search API module. |
google.appengine.api.taskqueue |
Task Queue API module. |
Sub Modules |
|
---|---|
google.appengine.api.apiproxy_rpc |
Base class for implementing RPC of API proxy stubs. |
google.appengine.api.app_logging |
Logging utilities for use by applications. |
google.appengine.api.appinfo |
AppInfo tools. |
google.appengine.api.appinfo_errors |
Errors used in the Python appinfo API, used by app developers. |
google.appengine.api.appinfo_includes |
Used to parse app.yaml files while following builtins/includes directives. |
google.appengine.api.backendinfo |
A library for working with BackendInfoExternal records, describing backends configured for an application. Supports loading the records from backend.yaml. |
google.appengine.api.client_deployinfo |
Client deploy info. |
google.appengine.api.conf |
A library for managing flags-like configuration that update dynamically. |
google.appengine.api.croninfo |
CronInfo tools. |
google.appengine.api.datastore |
The Python datastore API used by app developers. |
google.appengine.api.datastore_admin |
The Python datastore admin API for managing indices and schemas. |
google.appengine.api.datastore_entities |
Classes for common kinds, including Contact, Message, and Event. |
google.appengine.api.datastore_errors |
Errors used in the Python datastore API. |
google.appengine.api.datastore_types |
Higher-level, semantic data types for the datastore. These types are expected to be set as attributes of Entities. See “Supported Data Types” in the API Guide. |
google.appengine.api.dispatchinfo |
Dispatch configuration tools. |
google.appengine.api.dosinfo |
DOS configuration tools. |
google.appengine.api.lib_config |
A mechanism for library configuration. |
google.appengine.api.mail |
Sends email on behalf of the application. |
google.appengine.api.mail_errors |
Exceptions raised by the Mail API. |
google.appengine.api.queueinfo |
QueueInfo tools. |
google.appengine.api.quota |
Access to quota usage for this application. |
google.appengine.api.rdbms |
Relational database API for production. |
google.appengine.api.rdbms_mysqldb |
Relational database API stub that uses the MySQLdb DB-API library. |
google.appengine.api.request_info |
Allows API stubs to access request and system state when handling calls. |
google.appengine.api.urlfetch |
URL downloading API. |
google.appengine.api.urlfetch_errors |
Errors used in the urlfetch API. |
google.appengine.api.users |
The User Python datastore class to be used as a datastore data type. |
google.appengine.api.validation |
Validation tools for generic object structures. |
google.appengine.api.yaml_builder |
PyYAML event builder handler |
google.appengine.api.yaml_errors |
Errors used in the YAML API, which is used by app developers. |
google.appengine.api.yaml_listener |
PyYAML event listener |
google.appengine.api.yaml_object |
Builder for mapping YAML documents to object instances. |