Webapp3
This is a way for people to convert their old webapp2 classes to make them work with python3 using Flask
You can view the source code at https://github.com/ReddingSoftware/Webapp3 The github version is a complete program to demonstrate usage. If you are downloading from github you only need the webapp3.py file.
You can install this module using pip3 install webapp3-flask You also need to list the latest version in your requirements.txt For Google App Engine you also need to pip install it to your lib file using pip3 install -t lib -r requirements.txt
Also, if you pip install you must use:
from webapp3 import *
or
from webapp3 import BaseHandler,webapp2,RequestHandler,webappGet,webappPost
Here is a quick YouTube video demonstrating how to use this module https://youtu.be/P_B1Mu9p0cg
Release files for webapp3-flask 0.1.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| webapp3-flask-0.1.9.tar.gz | 2.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| webapp3_flask-0.1.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.1 kB
Release files / webapp3-flask-0.1.9.tar.gz
| Download URL | webapp3-flask-0.1.9.tar.gz |
|---|---|
| Size | 2.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
00487a8bc979d930feaa223b357205a370fcd0789cfa729af7df2bc576c8bc9d
|
|
BLAKE2b-256 checksum How to use checksums |
3d9ba2dae5082a493eaffae2a4718c76cc0816ef930efca12f64471af85a617b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.0
|
Release files / webapp3_flask-0.1.9-py3-none-any.whl
| Download URL | webapp3_flask-0.1.9-py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
25249af725a0175289cd11e7073e07b474a16b41f33078bc480dbfa2bd4e925b
|
|
BLAKE2b-256 checksum How to use checksums |
ba11ebd92600d3fbe509225084eef152cf3e687377d44824f0e1a436de1ea964
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.0
|