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.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 444c780ed5ef750b7a8b9c5fe28f62d2a968d2864dd1fdf704a8687e415ae48a |
|
MD5 | d942a484e39693e487f585a1cae6009b |
|
BLAKE2b-256 | a56911f88cc77b359549c38969b67b4c982e5329296bfae700486c6398462dfc |