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.2.2

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.2.2.tar.gz (669.7 kB view details)

Uploaded Source

Built Distribution

appengine_python_standard-0.2.2-py3-none-any.whl (779.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: appengine-python-standard-0.2.2.tar.gz
  • Upload date:
  • Size: 669.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for appengine-python-standard-0.2.2.tar.gz
Algorithm Hash digest
SHA256 981ae0c6502d378e780a787f5df7ad280431508d88e817d8c12db6adc4acaf86
MD5 ffd4166612ba2ad7ec11d99d640b808a
BLAKE2b-256 92f7b26ba683aa9e585f9c52b0ca479b41750905b11db6875cbb1ab981e91f50

See more details on using hashes here.

File details

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

File metadata

  • Download URL: appengine_python_standard-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 779.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for appengine_python_standard-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5a8f0fb28ab0fb2cae13b06eb4f36232adb7073e48848219f3bf5823361f1785
MD5 6520b4acdb49bd00542702d1b088a14d
BLAKE2b-256 782290c6472de99903e9d779505611718cca588694b75546232fa1690edd2741

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