Metadata-Version: 1.1
Name: Flask-Qedit
Version: 1.0.16
Summary: Quickly initialize the flask application.
Home-page: https://github.com/ysicing/Flask-Qedit
Author: ysicing
Author-email: ops.ysicing@gmail.com
License: LGPLv3
Description-Content-Type: UNKNOWN
Description: 
        ## Flask-Qedit [![PyPI](https://img.shields.io/pypi/v/flask-qedit.svg?style=social)]()
        Quickly initialize the flask application
        
        ## Usage
        
        ```angular2html
        pip install flask-qedit
        
        finit init new --help
        Usage: finit new [OPTIONS] PROJECT_NAME
        
          create new project
        
        Options:
          --path TEXT     project path
          --envpath TEXT  project venv path
          --simple        default simple
          --help          Show this message and exit.
        ```
        
        #### Args
        
        ```angular2html
        path default current user + ysbot/repo + project_name
        envpath default current user + ysbot/pypi + project_name
        simple default True,Now only support simple 
        ```
Keywords: flask
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
