Skip to main content

Google App Engine Python 3 Standard Environment API library

Project description

Google App Engine Python 3 Standard Environment API library (alpha)

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

Using the SDK

In your requirements.txt file, add the following:

appengine-python-standard>=0.0.1a

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

app_engine_apis: true

Then deploy your app as usual, with gcloud app deploy. The following modules are available:

  • google.appengine.api.capabilities
  • google.appengine.api.memcache
  • google.appengine.api.urlfetch
  • google.appengine.api.users
  • google.appengine.ext.db
  • google.appengine.ext.ndb

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.0.1a1.tar.gz (372.8 kB view hashes)

Uploaded Source

Built Distribution

appengine_python_standard-0.0.1a1-py3-none-any.whl (423.4 kB view hashes)

Uploaded Python 3

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