skillfed

zope.browsermenu

Browser menu implementation for Zope.

zope-browsermenu v6.0 126.5K downloads/30d#11,774 on PyPI0
License unclear ZPL-2.1 Active released

What it is and what it does

zope.browsermenu is a Zope Toolkit component that implements browser menus and provides ZCML directives for declaratively configuring them in web applications. It is part of the Zope framework ecosystem and handles the registration and rendering of menu structures in browser-based interfaces.

The package is tightly integrated with the Zope Toolkit stack, depending on 11 other Zope packages including zope.interface, zope.component, zope.configuration, and zope.security. It is actively maintained and supports modern Python versions (3.9 through 3.13), but the project explicitly notes that it is not reusable without adopting the broader Zope Toolkit and its architectural assumptions. This makes it primarily suitable for developers already working within a Zope-based application.

Use it for:

  • Registering and configuring browser menus in Zope web applications using ZCML directives.
  • Building menu hierarchies and menu items for Zope-based web interfaces.
  • Integrating menu systems with Zope's security and component architecture.
  • Extending or customizing menu behavior in existing Zope Toolkit projects.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides browser menu implementation and ZCML directives for configuring menus in Zope web applications.

Yes, but only if you are already working within a Zope Toolkit project. The package is actively maintained, has no known vulnerabilities, and low install friction. However, it is explicitly not designed for standalone use and requires adopting the full Zope ecosystem. Install it as a dependency of a Zope application, not as a general-purpose menu library.

Install

zope-browsermenu on PyPI

pip

pip install zope-browsermenu

uv

uv add zope-browsermenu

poetry

poetry add zope-browsermenu

Installing zope.browsermenu

Before you install

Low install friction with a pure Python wheel. Actively maintained as of 2025-09-12 with recent Python 3.12 and 3.13 support added. Requires 11 Zope Toolkit dependencies, so installation pulls in a substantial ecosystem.

License in practice

Licensed under ZPL-2.1 (Zope Public License), which is OSI-approved but less common than MIT or Apache 2.0. Verify compatibility with your project's license policy before use.

Quickstart

pip install zope.browsermenu

from zope.browsermenu.menu import MenuItemBase
from zope.interface import implementer

@implementer(MenuItemBase)
class MyMenuItem:
    pass

Requires Python 3.9 or later. Intended for use within Zope Toolkit projects; the package documentation notes it is not reusable without depending on a large chunk of Zope Toolkit and its assumptions.

Verify before relying

  • Whether the package can be used standalone or requires full Zope Toolkit integration beyond the listed runtime dependencies.
  • Specific use cases and examples beyond ZCML directive configuration in the actual documentation.
  • Community adoption and real-world usage patterns outside the Zope core ecosystem.

Package facts

License ZPL-2.1 (unclear)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 11 — setuptools, zope.browser, zope.component, zope.configuration, zope.i18nmessageid, zope.interface, zope.pagetemplate, zope.publisher, zope.schema, zope.security, zope.traversing
Maintenance actively maintained — 336 days since the last release
Last repo commit
First released
Downloads 126,545/month — #11,774 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: zope_browsermenu-6.0-py3-none-any.whl

Environment :: Web EnvironmentFramework :: Zope :: 3Intended Audience :: DevelopersLicense :: OSI Approved :: Zope Public LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonProgramming Language :: Python :: Implementation :: PyPyTopic :: Internet :: WWW/HTTP

Tags

zope browser menu configurationzcml menu directiveszope web menu systembrowser menu frameworkzope menu implementationweb ui menu registrationzope toolkit menus
zope-toolkitzcml-configurationweb-framework

More WWW/HTTP packages