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 also install using pip3 install webapp3-flask==0.1.1

If you are doing a pip install it is recommended that you install it using pip3 install -r requirements.txt and listing webapp3-flask==0.1.1 in your requirements.txt

Also, if you pip install you must use:

import webapp3

from webapp3 import *

or

import webapp3

from webapp3 import webappGet,webappPost

Here is a quick YouTube video demonstrating how to use this https://youtu.be/_zWU9e2V8WQ

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.1.tar.gz (1.3 kB view hashes)

Uploaded Source

Built Distribution

webapp3_flask-0.1.1-py3-none-any.whl (2.3 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