Additional functionality with easy upgrading for the flask-boilerplate.
Project description
Flask Boilerplate Utilities
============
Boilerplate utilities for use with [Flask-Boilerplate](https://github.com/nickw444/Flask-Boilerplate).
Created to allow easy upgrading of boilerplates
Also very useful as a standalone package.
Installation
------------
`pip install flask-boilerplate-utils`
Usage
-----
```
from flask import Flask
from flask_boilerplate_utils import Boilerplate()
app = Flask(__name__)
Boilerplate(app)
```
Full usage available at [read the docs](http://flask-boilerplate-utils.readthedocs.org/en/latest/)
============
Boilerplate utilities for use with [Flask-Boilerplate](https://github.com/nickw444/Flask-Boilerplate).
Created to allow easy upgrading of boilerplates
Also very useful as a standalone package.
Installation
------------
`pip install flask-boilerplate-utils`
Usage
-----
```
from flask import Flask
from flask_boilerplate_utils import Boilerplate()
app = Flask(__name__)
Boilerplate(app)
```
Full usage available at [read the docs](http://flask-boilerplate-utils.readthedocs.org/en/latest/)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for flask-boilerplate-utils-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62184752e1fd15cdeca87dff55d641131a4c3b4d3a9678d80df277310433fe83 |
|
MD5 | 82dce29e4b37cb9b5ee974e979522143 |
|
BLAKE2b-256 | f93f64ab94887602da06a9d3baed12ad7d76d87b9ea68a15ea8ddbc2f03e44f7 |