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!"
Links
Issue tracker: https://github.com/skxeve/flask_gcp_wand/issues
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flask_gcp_wand-0.1.14-py3-none-any.whl.
File metadata
- Download URL: flask_gcp_wand-0.1.14-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5f02a99f57105229d55132509e00d0f2ef86813edacfcf52ca2d57b44673bc8
|
|
| MD5 |
4de41e12c59313790f1ba705c9a933e6
|
|
| BLAKE2b-256 |
8d573280bc0ed90d229f4dac7b9cbe470275db01d758eba337f128710754b5e7
|