Metadata-Version: 2.4
Name: flask-menu
Version: 2.0.1
Summary: Flask-Menu is a Flask extension that adds support for generating menus.
Project-URL: Homepage, https://github.com/inveniosoftware/flask-menu
Author-email: Invenio collaboration <info@inveniosoftware.org>
License-Expression: BSD-3-Clause
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: Invenio
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
Requires-Dist: flask>=2.0.0
Provides-Extra: tests
Requires-Dist: check-manifest>=0.49; extra == 'tests'
Requires-Dist: pytest-black>=0.6.0; extra == 'tests'
Requires-Dist: pytest-cov>=4.1.0; extra == 'tests'
Requires-Dist: pytest-flask>=1.2.0; extra == 'tests'
Requires-Dist: pytest-isort>=3.1.0; extra == 'tests'
Requires-Dist: pytest-pydocstyle>=2.3.2; extra == 'tests'
Requires-Dist: pytest<9,>=7.4.4; extra == 'tests'
Requires-Dist: sphinx>=4.5; extra == 'tests'
Description-Content-Type: text/x-rst

============
 Flask-Menu
============

.. image:: https://github.com/inveniosoftware/flask-menu/workflows/CI/badge.svg
    :target: https://github.com/inveniosoftware/flask-menu/actions
.. image:: https://coveralls.io/repos/inveniosoftware/flask-menu/badge.png?branch=master
    :target: https://coveralls.io/r/inveniosoftware/flask-menu
.. image:: https://pypip.in/v/Flask-Menu/badge.png
    :target: https://pypi.python.org/pypi/Flask-Menu/
.. image:: https://pypip.in/d/Flask-Menu/badge.png
    :target: https://pypi.python.org/pypi/Flask-Menu/

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
