Metadata-Version: 2.1
Name: flask-app
Version: 0.0.1
Summary: A tool to create flask boilerplate code
Home-page: https://github.com/kimbugp/flask_app
Author: Kimbugwe Simon Peter
Author-email: kimbsimon2@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: Flask (==1.0.3)
Requires-Dist: Flask-Bcrypt (==0.7.1)
Requires-Dist: Flask-Migrate (==2.5.2)
Requires-Dist: Flask-SQLAlchemy (==2.4.0)
Requires-Dist: psycopg2-binary (==2.8.3)
Requires-Dist: Flask-Testing (==0.7.1)
Requires-Dist: twine (==1.13.0)

[![Build Status](https://travis-ci.com/kimbugp/flask_app.svg?branch=master)](https://travis-ci.com/kimbugp/flask_app)
## __Flask App__ 
A python package to create flask boiler plate code 

## __Installing this app__
* Run  `pip install -i https://test.pypi.org/simple/ flask-app`

## __Usage__
To create a new flask boilerplate, run
* `flask-app [name_of_app] [-d destination directory]`

## __Author__

- Kimbugwe Simon Peter

