Metadata-Version: 2.1
Name: flask-nav3
Version: 0.7.0
Summary: Easily create navigation for Flask applications.
Home-page: https://github.com/wtfo-guru/flask-nav3
License: MIT
Author: Quien Sabe
Author-email: qs5779@mail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Requires-Dist: dominate (>=2.7.0,<3.0.0)
Requires-Dist: flask (>=2.2.2,<3.0.0)
Requires-Dist: visitor (>=0.1.3,<0.2.0)
Project-URL: Documentation, https://flask-nav3.readthedocs.io/en/stable
Description-Content-Type: text/markdown

# Flask-Nav3

[![Build Status](https://github.com/wtfo-guru/Flask-Nav3/workflows/test/badge.svg?branch=main&event=push)](https://github.com/wtfo-guru/Flask-Nav3/actions?query=workflow%3Atest)
[![codecov](https://codecov.io/gh/wtfo-guru/Flask-Nav3/branch/main/graph/badge.svg)](https://codecov.io/gh/wtfo-guru/Flask-Nav3)
[![Python Version](https://img.shields.io/pypi/pyversions/Flask-Nav3.svg)](https://pypi.org/project/Flask-Nav3/)
[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)

Flask-Nav3 is a fork of [Flask-Nav](https://github.com/mbr/flask-nav) which seems to be unmaintained.

I was using Flask-Nav in several personal projects, when I started seeing deprecation notices, therefore I decided to fork the project and hopefully maintain this fork. Although I don't believe the changes I have made affect backwards compatibility, I am only testing on python 3.7 through 3.11 at this time.

I have also attempted to make the source compatible with [wemake-python-styleguide]](https://github.com/wemake-services/wemake-python-styleguide).

[Flask-Nav README](README-Flask-Nav.rst)

