Metadata-Version: 2.1
Name: webapp3-flask
Version: 0.1.1
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
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
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
