Metadata-Version: 2.1
Name: build-flask-app
Version: 0.1.0
Summary: Set up a modern flask web server by running one command.
Home-page: https://github.com/Kushagrabainsla/build-flask-app
Author: Kushagra Bainsla
Author-email: kushagrabainsla@gmail.com
License: MIT
Project-URL: Source Code, https://github.com/Kushagrabainsla/build-flask-app
Description: <img src="https://raw.githubusercontent.com/Kushagrabainsla/build-flask-app/main/assets/favicon.ico" alt="Build Flask App Logo" align="right">
        
        # Build Flask App &middot; 
        ![Python](https://img.shields.io/badge/Language-Python-blue?style=flat&logo=python)
        [![PyPI](https://img.shields.io/badge/-PyPI%20Official-green?style=flat&logo=python)](https://pypi.org/project/build-flask-app/)
        [![PyPI downloads](https://img.shields.io/pypi/dm/build-flask-app.svg)](https://pypistats.org/packages/build-flask-app)
        [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)
        [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/Kushagrabainsla/build-flask-app/blob/main/LICENSE)
        
        > Set up a modern flask web server by running one command.
        
        <Br/>
        
        ## Installing / Getting started
        
        ```shell
        pip install build-flask-app
        ```
        
        ## Usage
        
        ```shell
        build-flask-app
        ```
        
        ## Running The Application
        
        * For flask development server.
        
        ```shell
        bash bootDev.sh dev
        ```
        
        <br>
        
        * For gunicorn server.
        
        ```shell
        bash bootDev.sh prod
        ```
        
        <br>
        
        
        ![Steps](https://raw.githubusercontent.com/Kushagrabainsla/build-flask-app/main/assets/steps.gif)
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
