Metadata-Version: 1.1
Name: zope.browsermenu
Version: 4.3.0
Summary: Browser menu implementation for Zope.
Home-page: http://github.com/zopefoundation/zope.browsermenu/
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description-Content-Type: UNKNOWN
Description: ======================
         ``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://travis-ci.org/zopefoundation/zope.browsermenu.png?branch=master
                :target: https://travis-ci.org/zopefoundation/zope.browsermenu
        
        .. 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
        =========
        
        
        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.
        
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.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
