
Security News
PyPI Expands Trusted Publishing to GitLab Self-Managed as Adoption Passes 25 Percent
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads
flask-menu
Advanced tools
.. 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
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.