Metadata-Version: 1.1
Name: Flask-Menu
Version: 0.2.0
Summary: Flask-Menu is a Flask extension that adds support for generating menus.
Home-page: https://github.com/inveniosoftware/flask-menu
Author: Invenio collaboration
Author-email: info@invenio-software.org
License: BSD
Description: ============
         Flask-Menu
        ============
        
        .. image:: https://travis-ci.org/inveniosoftware/flask-menu.png?branch=master
            :target: https://travis-ci.org/inveniosoftware/flask-menu
        .. 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 http://flask-menu.readthedocs.org 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
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Flask
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Development Status :: 5 - Production/Stable
