
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
.. 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/
Flask-Menu is a Flask extension that adds support for generating menus.
Flask-Menu is on PyPI so all you need is: ::
pip install Flask-Menu
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
Running the test suite is as simple as: ::
python setup.py test
or, to also show code coverage: ::
./run-tests.sh
external_url
parameter to MenuEntryMixin's register
function, allowing menu items with external urls not tied to
an endpoint.url_for
. (#33).dockerignore
excluding among others Python cache
files. This solves a problem when using both tox
and docker
to run
the test suite on the same host. (#29)has_active_child(recursive=True)
in MenuEntryMixin
. (#25)MenuItem
attributes. (#19)FAQs
Did you know?
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.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.