Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flask-navigation-temp-python-311

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flask-navigation-temp-python-311

The navigation of Flask application.

  • 0.2.1
  • PyPI
  • Socket score

Maintainers
1

TonySeek's original version won't run on Python 3.10 because of a change in the Collections module. Initially this will work around that. Eventually it may be rewritten to avoid any of the deprecated calls. Forked from krs-novice, but renamed for pushing a temporary version on pypi.

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
  • Document <https://flask-navigation.readthedocs.org>_
  • Issue Track <https://github.com/tonyseek/flask-navigation/issues>_

Issues

If you want to report bugs or request features, please create issues on GitHub Issues <https://github.com/tonyseek/flask-navigation/issues>_.

Contributes

You can send a pull request on GitHub <https://github.com/tonyseek/flask-navigation/pulls>_.

.. |Build Status| image:: https://travis-ci.org/tonyseek/flask-navigation.svg?branch=master,develop :target: https://travis-ci.org/tonyseek/flask-navigation :alt: Build Status .. |Coverage Status| image:: https://img.shields.io/coveralls/tonyseek/flask-navigation/develop.svg?style=flat :target: https://coveralls.io/r/tonyseek/flask-navigation :alt: Coverage Status .. |Wheel Status| image:: https://img.shields.io/pypi/wheel/Flask-Navigation.svg?style=flat :target: https://pypi.python.org/pypi/Flask-Navigation :alt: Wheel Status .. |PyPI Version| image:: https://img.shields.io/pypi/v/Flask-Navigation.svg?style=flat :target: https://pypi.python.org/pypi/Flask-Navigation :alt: PyPI Version .. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/Flask-Navigation.svg?style=flat :target: https://pypi.python.org/pypi/Flask-Navigation :alt: Downloads

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc