All Projects → tonyseek → flask-navigation

tonyseek / flask-navigation

Licence: MIT license
Build navigation bars in your Flask application.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Build Status Coverage Status PyPI Version Downloads Wheel Status

Flask-Navigation

Build navigation bars in your Flask applications.

nav.Bar('top', [
    nav.Item('Home', 'index'),
    nav.Item('Latest News', 'news', {'page': 1}),
])

Installation

$ pip install Flask-Navigation

Links

Issues

If you want to report bugs or request features, please create issues on GitHub Issues.

Contributes

You can send a pull request on GitHub.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].