This program allows people to convert their old webapp2 classes to make them work with Python 3 using Flask
Project description
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
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 Distribution
Built Distribution
File details
Details for the file webapp3-flask-0.1.9.tar.gz
.
File metadata
- Download URL: webapp3-flask-0.1.9.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
00487a8bc979d930feaa223b357205a370fcd0789cfa729af7df2bc576c8bc9d
|
|
MD5 |
eaeb4ec078a669a3c7d32d2b2272bf9b
|
|
BLAKE2b-256 |
3d9ba2dae5082a493eaffae2a4718c76cc0816ef930efca12f64471af85a617b
|
File details
Details for the file webapp3_flask-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: webapp3_flask-0.1.9-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
25249af725a0175289cd11e7073e07b474a16b41f33078bc480dbfa2bd4e925b
|
|
MD5 |
3b6ffa2968bbcd1a3a171cdaab44b6c7
|
|
BLAKE2b-256 |
ba11ebd92600d3fbe509225084eef152cf3e687377d44824f0e1a436de1ea964
|