Metadata-Version: 2.0
Name: zope.browsermenu
Version: 4.2
Summary: Browser menu implementation for Zope.
Home-page: http://pypi.python.org/pypi/zope.browsermenu/
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
Requires-Dist: setuptools
Requires-Dist: six
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'

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

.. image:: https://travis-ci.org/zopefoundation/zope.browsermenu.png?branch=master
        :target: https://travis-ci.org/zopefoundation/zope.browsermenu

.. 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
=======

4.2 (2017-05-28)
================

- Add support for Python 3.5 and 3.6.

- Drop support for Python 2.6 and 3.2.

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.


