Metadata-Version: 2.1
Name: shiftboiler
Version: 0.8.2
Summary: Boilerplate setup for webapps, apis and cli applications with flask
Home-page: https://github.com/projectshift/shift-boiler
Author: Dmitry Belyakov
Author-email: dmitrybelyakov@gmail.com
License: MIT License
Download-URL: https://github.com/projectshift/shift-boiler/archive/v0.8.2.tar.gz
Keywords: python3,flask,click,orm,sqlalchemy,webapp,api,babel
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Framework :: IPython
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: click (<8.0.0,>=7.0.0)
Requires-Dist: shiftschema (<0.3.0,>=0.2.5)

# shift-boiler

![boiler](https://s3-eu-west-1.amazonaws.com/public-stuff-cdn/boiler.png)

Boiler is a best-practices setup of [flask framework](http://flask.pocoo.org/) integrated with a number of libraries to quickly bootstrap app development. You can do console applications, web apps or apis with boiler. It is also a good example of how to set up flask framework for large projects.

[Full documentation available on GitHub](https://github.com/projectshift/shift-boiler)


