Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wbolster/flask-fundatio
Flask extension to integrate the Foundation front-end framework
https://github.com/wbolster/flask-fundatio
Last synced: 12 days ago
JSON representation
Flask extension to integrate the Foundation front-end framework
- Host: GitHub
- URL: https://github.com/wbolster/flask-fundatio
- Owner: wbolster
- License: other
- Archived: true
- Created: 2013-02-22T20:22:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-18T16:28:40.000Z (about 11 years ago)
- Last Synced: 2024-09-20T02:15:14.458Z (about 2 months ago)
- Language: CSS
- Homepage:
- Size: 813 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
==============
Flask-Fundatio
==============**Flask-Fundatio** is a `Flask`_ extension that provides integration with the
`Foundation`_ front-end framework... _`Flask`: http://flask.pocoo.org/
.. _`Foundation`: http://foundation.zurb.com/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... image:: https://d2weczhvl823v0.cloudfront.net/wbolster/flask-fundatio/trend.png
:alt: Bitdeli badge
:target: https://bitdeli.com/free