Metadata-Version: 2.1
Name: flask-create
Version: 0.0.1
Summary: A tool to create flask boilerplate code
Home-page: https://github.com/deekshithanand/flask-create.git
Author: Deekshith Anand
Author-email: deekshith27anand@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: click (==7.1.2)
Requires-Dist: Flask (==1.1.2)
Requires-Dist: Flask-Login (==0.5.0)
Requires-Dist: Flask-SQLAlchemy (==2.4.3)
Requires-Dist: Flask-WTF (==0.14.3)
Requires-Dist: itsdangerous (==1.1.0)
Requires-Dist: Jinja2 (==2.11.2)
Requires-Dist: MarkupSafe (==1.1.1)
Requires-Dist: python-dotenv (==0.13.0)
Requires-Dist: SQLAlchemy (==1.3.17)
Requires-Dist: Werkzeug (==1.0.1)
Requires-Dist: WTForms (==2.3.1)

# flask-create
A python package to create production grade flask boiler plate setup


