Skip to main content

Flask library on GCP - mainly on GAE.

Project description

Simple Library to use Flask on Google Cloud Platform - mainly AppEngine.

Documentation

Please read README on Github.

Requirements

This Library don’t specify google libraries. If you need, install it yourself.

A Simple Example

from flask_gcp_wand.gae import create_gae_flask_app

"""
Instead of "app = Flask(__name__)"
Flask(__name__) is executed in create_gae_flask_app
Automatically setup to use Cloud Logging.
"""
app = create_gae_flask_app(__name__)

@app.route("/")
def hello():
    return "Hello, World!"

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

flask_gcp_wand-0.1.0-py3-none-any.whl (8.9 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