Metadata-Version: 2.1
Name: webapp3-flask
Version: 0.1.0
Summary: This program allows people to convert their old webapp2 classes to make them work with Python 3 using Flask
Home-page: https://github.com/ReddingSoftware/Webapp3
Author: Brandon Wegner
Author-email: brandon.wegner@reddingsoftware.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Webapp3
This module allows people to convert their old webapp2 classes to make them work with python3 using Flask.

You must import flask to be able to use this module.

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


