Metadata-Version: 2.1
Name: zope.minmax
Version: 2.3
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
Keywords: zope3 zope zodb minimum maximum conflict resolution
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope :: 3
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
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
License-File: LICENSE.txt

=================
 ``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://github.com/zopefoundation/zope.minmax/actions/workflows/tests.yml/badge.svg
        :target: https://github.com/zopefoundation/zope.minmax/actions/workflows/tests.yml

.. 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.3 (2022-08-30)
================

- Drop support for Python 3.4.

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

- Make the ``AbstractValue`` class public in ``zope.minmax``. It was
  already documented to be public.


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.


