Skip to main content

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


Download files

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

Source Distribution

webapp3-flask-0.1.6.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

webapp3_flask-0.1.6-py3-none-any.whl (3.2 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