Skip to main content

Google App Engine services SDK for Python 3

Project description

Google App Engine services SDK for Python 3 (preview)

This is a preview release of the App Engine services SDK for Python 3. It provides access to various API endpoints that were previously only available on the Python 2.7 runtime.

See the documentation to learn more about using this SDK.

We are working to support more App Engine bundled service APIs for Python 3. To sign up for the private preview, visit https://docs.google.com/forms/d/e/1FAIpQLSd1hFLA2UFSYwIMxm9ZI3pwigORZBgjJRH0qrnhtE7nvhhRCQ/viewform.

Using the SDK

In your requirements.txt file, add the following:

appengine-python-standard>=0.3.1

In your app's app.yaml, add the following:

app_engine_apis: true

In your main.py, import google.appengine.api.wrap_wsgi_app and call it on your WSGI app object.

Example for a standard WSGI app:

  import google.appengine.api

  app = google.appengine.api.wrap_wsgi_app(app)

Example for a Flask app:

  import google.appengine.api
  from flask import Flask, request

  app = Flask(__name__)
  app.wsgi_app = google.appengine.api.wrap_wsgi_app(app.wsgi_app)

Then deploy your app as usual, with gcloud beta app deploy (currently only the Beta version has the capability to enable these APIs). The following modules are available:

  • google.appengine.api.app_identity
  • google.appengine.api.background_thread
  • google.appengine.api.blobstore
  • google.appengine.api.capabilities
  • google.appengine.api.croninfo
  • google.appengine.api.dispatchinfo
  • google.appengine.api.images
  • google.appengine.api.mail
  • google.appengine.api.memcache
  • google.appengine.api.modules
  • google.appengine.api.oauth
  • google.appengine.api.runtime
  • google.appengine.api.taskqueue
  • google.appengine.api.urlfetch
  • google.appengine.api.users
  • google.appengine.ext.blobstore
  • google.appengine.ext.db
  • google.appengine.ext.gql
  • google.appengine.ext.key_range
  • google.appengine.ext.ndb
  • google.appengine.ext.testbed

Using the development version of the SDK

To install the code from the main branch on GitHub rather than the latest version published to PyPI, put this in your requirements.txt file instead of appengine-python-standard:

https://github.com/GoogleCloudPlatform/appengine-python-standard/archive/main.tar.gz

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

appengine-python-standard-0.3.1.tar.gz (639.3 kB view details)

Uploaded Source

Built Distribution

appengine_python_standard-0.3.1-py3-none-any.whl (753.4 kB view details)

Uploaded Python 3

File details

Details for the file appengine-python-standard-0.3.1.tar.gz.

File metadata

  • Download URL: appengine-python-standard-0.3.1.tar.gz
  • Upload date:
  • Size: 639.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for appengine-python-standard-0.3.1.tar.gz
Algorithm Hash digest
SHA256 691e5008f828daa27ccc5531e67cf57919ff4f5e6c2c6c9eafd6700548c28af1
MD5 050fd8191f77684a689796ca10f95769
BLAKE2b-256 9b01aabb6e62999e9970ffbaacd8a932c11742a585a383e0ee85eb3042d26485

See more details on using hashes here.

File details

Details for the file appengine_python_standard-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: appengine_python_standard-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 753.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for appengine_python_standard-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f79525a489588ec91f1c6e191b333b25ee99eb956710006525d2a494fc54ceec
MD5 193bba3070336a0217cd721eeaccb8d4
BLAKE2b-256 1c8ef5f8e3ffb927da999587427e97ef1883e93160a38a161cf69cc8ebe85f26

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page