Metadata-Version: 2.1
Name: zope.minmax
Version: 2.2.0
Summary: Homogeneous values favoring maximum or minimum for ZODB conflict resolution
Home-page: https://zopeminmax.readthedocs.io
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: =================
         ``zope.minmax``
        =================
        
        .. image:: https://img.shields.io/pypi/v/zope.minmax.svg
                :target: https://pypi.python.org/pypi/zope.minmax/
                :alt: Latest release
        
        .. image:: https://img.shields.io/pypi/pyversions/zope.minmax.svg
                :target: https://pypi.org/project/zope.minmax/
                :alt: Supported Python versions
        
        .. image:: https://travis-ci.org/zopefoundation/zope.minmax.png?branch=master
                :target: https://travis-ci.org/zopefoundation/zope.minmax
        
        .. image:: https://coveralls.io/repos/github/zopefoundation/zope.minmax/badge.svg?branch=master
                :target: https://coveralls.io/github/zopefoundation/zope.minmax?branch=master
        
        .. image:: https://readthedocs.org/projects/zopeminmax/badge/?version=latest
                :target: https://zopeminmax.readthedocs.io/en/latest/
                :alt: Documentation Status
        
        This package provides support for homogeneous values favoring maximum
        or minimum (e.g., numbers) for ZODB conflict resolution.
        
        See https://zopeminmax.readthedocs.io for a detailed description.
        
        
        =========
         Changes
        =========
        
        2.2.0 (2017-08-14)
        ==================
        
        - Add support for Python 3.5 and 3.6.
        
        - Drop support for Python 2.6 and 3.3.
        
        - Bring unit test coverage to 100% (including branches).
        
        - Convert doctests to Sphinx documentation, including building docs
          and running doctest snippets under ``tox``.
        
        - Host documentation at https://zopeminmax.readthedocs.io
        
        2.1.0 (2014-12-27)
        ==================
        
        - Add support for PyPy3.
        
        - Add support Python 3.4.
        
        
        2.0.0 (2013-02-19)
        ==================
        
        - Add support for Python 3.3 and PyPy.
        
        - Replace deprecated ``zope.interface.implements`` usage with equivalent
          ``zope.interface.implementer`` decorator.
        
        - Drop support for Python 2.4 and 2.5.
        
        
        1.1.2 (2009-09-24)
        ==================
        
        - Use the standard Python doctest module instead of the deprecated
          zope.testing.doctest.
        
        
        1.1.1 (2009-09-09)
        ==================
        
        - Fix homepage link and mailing list address.
        
        
        1.1 (2007-10-02)
        ================
        
        - Refactor package setup.
        
        
        1.0 (2007-09-28)
        ================
        
        - No further changes since 1.0b2
        
        
        1.0b2 (2007-07-09)
        ==================
        
        - Remove ``_p_independent`` method from ``AbstractValue`` class.
        
        
        1.0b1 (2007-07-03)
        ==================
        
        - Initial release.
        
Keywords: zope3 zope zodb minimum maximum conflict resolution
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
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: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: test
Provides-Extra: docs
