Metadata-Version: 2.1
Name: template-flask
Version: 0.0.1
Summary: Python module for creating a template flask app structure and virtual environment
Home-page: https://github.com/zacharybeebe/basic_flask_setup
Author: Zach Beebe
Author-email: z.beebe@yahoo.com
License: MIT
Description: # bfs (Basic Flask Setup)
        
        from the command line navigate to the directory where you would like to keep your project
        
        type "python -m bfs" and click enter
        
        enter the name of your project
        
        once completed you will have a basic flask directory structure setup and a virtual environment with these packages installed within it...
        atomicwrites
        attrs
        blinker
        click
        colorama
        coverage
        Flask
        Flask-DebugToolbar
        Flask-Login
        Flask-Mail
        Flask-SQLAlchemy
        Flask-WTF
        greenlet
        importlib-metadata
        iniconfig
        itsdangerous
        Jinja2
        MarkupSafe
        packaging
        pluggy
        py
        pyparsing
        pytest
        pytest-cov
        SQLAlchemy
        toml
        typing-extensions
        Werkzeug
        WTForms
        zipp
        
        		
        
        
        
Keywords: flask,directory structure,cookie cuttervenv
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
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
