Skip to content

inveniosoftware/flask-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cc8da43 · Nov 21, 2024

History

86 Commits
Nov 21, 2024
Jul 6, 2023
Nov 21, 2024
Nov 21, 2024
Dec 6, 2013
Oct 23, 2015
May 6, 2023
May 6, 2023
Oct 23, 2015
Oct 23, 2015
Dec 12, 2017
Nov 21, 2024
Oct 29, 2014
Jun 27, 2016
Dec 12, 2017
Oct 2, 2016
May 6, 2023
Dec 9, 2020
May 6, 2023
Jul 6, 2023
Nov 21, 2024
May 6, 2023
Jul 21, 2015

Repository files navigation

Flask-Menu

https://coveralls.io/repos/inveniosoftware/flask-menu/badge.png?branch=master https://pypip.in/v/Flask-Menu/badge.png https://pypip.in/d/Flask-Menu/badge.png

About

Flask-Menu is a Flask extension that adds support for generating menus.

Installation

Flask-Menu is on PyPI so all you need is:

pip install Flask-Menu

Documentation

Documentation is readable at https://flask-menu.readthedocs.io/ or can be build using Sphinx:

git submodule init
git submodule update
pip install Sphinx
python setup.py build_sphinx

Testing

Running the test suite is as simple as:

python setup.py test

or, to also show code coverage:

./run-tests.sh