Flask-Fundatio

Flask extension to integrate the Foundation front-end framework


License
BSD-3-Clause
Install
pip install Flask-Fundatio==0.1

Documentation

Flask-Fundatio

Flask-Fundatio is a Flask extension that provides integration with the Foundation front-end framework.

This extension bundles Foundation 4.2.3 with the default CSS, and the Foundicon icon sets.

Installation

You can install Flask-Fundatio directly from PyPI into your virtualenv:

pip install flask-fundatio

You can also install it from source:

python setup.py install

Alternatively, if you want to hack on it:

python setup.py develop

Usage

The example/ directory contains a simple example of a Flask application. It shows how to use this extension to render a simple page template that extends a base template.

Bitdeli badge