Metadata-Version: 2.1
Name: zope.browsermenu
Version: 5.1
Summary: Browser menu implementation for Zope.
Home-page: http://github.com/zopefoundation/zope.browsermenu/
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.dev
License: ZPL-2.1
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope :: 3
Requires-Python: >=3.9
License-File: LICENSE.txt
Requires-Dist: setuptools
Requires-Dist: zope.browser
Requires-Dist: zope.component>=3.7
Requires-Dist: zope.configuration
Requires-Dist: zope.i18nmessageid
Requires-Dist: zope.interface
Requires-Dist: zope.pagetemplate>=3.5
Requires-Dist: zope.publisher>=4.2.1
Requires-Dist: zope.schema
Requires-Dist: zope.security
Requires-Dist: zope.traversing>3.7
Provides-Extra: test
Requires-Dist: zope.testing; extra == "test"
Requires-Dist: zope.testrunner; extra == "test"

======================
 ``zope.browsermenu``
======================

.. image:: https://img.shields.io/pypi/v/zope.browsermenu.svg
        :target: https://pypi.python.org/pypi/zope.browsermenu/
        :alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/zope.browsermenu.svg
        :target: https://pypi.org/project/zope.browsermenu/
        :alt: Supported Python versions

.. image:: https://github.com/zopefoundation/zope.browsermenu/actions/workflows/tests.yml/badge.svg
        :target: https://github.com/zopefoundation/zope.browsermenu/actions/workflows/tests.yml

.. image:: https://coveralls.io/repos/github/zopefoundation/zope.browsermenu/badge.svg?branch=master
        :target: https://coveralls.io/github/zopefoundation/zope.browsermenu?branch=master

.. note::
   This package is at present not reusable without depending on a large
   chunk of the Zope Toolkit and its assumptions. It is maintained by the
   `Zope Toolkit project <http://docs.zope.org/zopetoolkit/>`_.

This package provides an implementation of browser menus and ZCML directives
for configuring them.


=========
 Changes
=========

5.1 (2025-02-13)
================

- Add support for Python 3.12, 3.13.

- Drop support for Python 3.7, 3.8.


5.0 (2023-02-08)
================

- Drop support for Python 2.7, 3.4, 3.5, 3.6.

- Add support for Python 3.8, 3.9, 3.10, 3.11.


4.4 (2018-10-05)
================

- Add support for Python 3.7.


4.3.0 (2017-08-03)
==================

- Drop support for Python 3.3.

- Add support for PyPy3 3.5.

- Fix test compatibility with zope.component 4.4.0.

4.2.0 (2017-05-28)
==================

- Add support for Python 3.5 and 3.6.

- Drop support for Python 2.6 and 3.2.

- Drop support for 'setup.py test'.

4.1.1 (2015-06-05)
==================

- Add support for PyPy3 and Python 3.2.

4.1.0 (2014-12-24)
==================

- Add support for PyPy.  PyPy3 support is pending a release of fix for
  https://bitbucket.org/pypy/pypy/issue/1946).

- Add support for Python 3.4.

- Add support for testing on Travis.

4.1.0a1 (2013-02-22)
====================

- Add support for Python 3.3.

4.0.0 (2012-07-04)
==================

- Strip noise from context actions in doctests.

  Make output is now more meaningful, and hides irrelevant details.
  (forward-compatibility with ``zope.component`` 4.0.0).

- Replace deprecated ``zope.interface.implements`` usage with equivalent
  ``zope.interface.implementer`` decorator.

- Drop support for Python 2.4 and 2.5.

3.9.1 (2010-04-30)
==================

- Remove use of ``zope.testing.doctestunit`` in favor of stdlib's ``doctest``.

3.9.0 (2009-08-27)
==================

Initial release. This package was splitted off zope.app.publisher.
