zope.minmax


Namezope.minmax JSON
Version 3.0 PyPI version JSON
download
home_pagehttps://zopeminmax.readthedocs.io
SummaryHomogeneous values favoring maximum or minimum for ZODB conflict resolution
upload_time2025-08-11 08:37:52
maintainerNone
docs_urlNone
authorZope Foundation and Contributors
requires_python>=3.9
licenseZPL-2.1
keywords zope3 zope zodb minimum maximum conflict resolution
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===========
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
=========

3.0 (2025-08-11)
================

- Add support for Python 3.11, 3.12, 3.13.

- Drop support for Python 2.7, 3.5, 3.6, 3.7, 3.8.


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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://zopeminmax.readthedocs.io",
    "name": "zope.minmax",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "zope3 zope zodb minimum maximum conflict resolution",
    "author": "Zope Foundation and Contributors",
    "author_email": "zope-dev@zope.dev",
    "download_url": "https://files.pythonhosted.org/packages/eb/f3/21323ed8bacd707f7a075dd0483a7123c1a6a55946ac8569a0002a455014/zope_minmax-3.0.tar.gz",
    "platform": null,
    "description": "===========\nzope.minmax\n===========\n\n.. image:: https://img.shields.io/pypi/v/zope.minmax.svg\n        :target: https://pypi.python.org/pypi/zope.minmax/\n        :alt: Latest release\n\n.. image:: https://img.shields.io/pypi/pyversions/zope.minmax.svg\n        :target: https://pypi.org/project/zope.minmax/\n        :alt: Supported Python versions\n\n.. image:: https://github.com/zopefoundation/zope.minmax/actions/workflows/tests.yml/badge.svg\n        :target: https://github.com/zopefoundation/zope.minmax/actions/workflows/tests.yml\n\n.. image:: https://coveralls.io/repos/github/zopefoundation/zope.minmax/badge.svg?branch=master\n        :target: https://coveralls.io/github/zopefoundation/zope.minmax?branch=master\n\n.. image:: https://readthedocs.org/projects/zopeminmax/badge/?version=latest\n        :target: https://zopeminmax.readthedocs.io/en/latest/\n        :alt: Documentation Status\n\nThis package provides support for homogeneous values favoring maximum\nor minimum (e.g., numbers) for ZODB conflict resolution.\n\nSee https://zopeminmax.readthedocs.io for a detailed description.\n\n\n=========\n Changes\n=========\n\n3.0 (2025-08-11)\n================\n\n- Add support for Python 3.11, 3.12, 3.13.\n\n- Drop support for Python 2.7, 3.5, 3.6, 3.7, 3.8.\n\n\n2.3 (2022-08-30)\n================\n\n- Drop support for Python 3.4.\n\n- Add support for Python 3.7, 3.8, 3.9, 3.10.\n\n- Make the ``AbstractValue`` class public in ``zope.minmax``. It was\n  already documented to be public.\n\n\n2.2.0 (2017-08-14)\n==================\n\n- Add support for Python 3.5 and 3.6.\n\n- Drop support for Python 2.6 and 3.3.\n\n- Bring unit test coverage to 100% (including branches).\n\n- Convert doctests to Sphinx documentation, including building docs\n  and running doctest snippets under ``tox``.\n\n- Host documentation at https://zopeminmax.readthedocs.io\n\n2.1.0 (2014-12-27)\n==================\n\n- Add support for PyPy3.\n\n- Add support Python 3.4.\n\n\n2.0.0 (2013-02-19)\n==================\n\n- Add support for Python 3.3 and PyPy.\n\n- Replace deprecated ``zope.interface.implements`` usage with equivalent\n  ``zope.interface.implementer`` decorator.\n\n- Drop support for Python 2.4 and 2.5.\n\n\n1.1.2 (2009-09-24)\n==================\n\n- Use the standard Python doctest module instead of the deprecated\n  zope.testing.doctest.\n\n\n1.1.1 (2009-09-09)\n==================\n\n- Fix homepage link and mailing list address.\n\n\n1.1 (2007-10-02)\n================\n\n- Refactor package setup.\n\n\n1.0 (2007-09-28)\n================\n\n- No further changes since 1.0b2\n\n\n1.0b2 (2007-07-09)\n==================\n\n- Remove ``_p_independent`` method from ``AbstractValue`` class.\n\n\n1.0b1 (2007-07-03)\n==================\n\n- Initial release.\n",
    "bugtrack_url": null,
    "license": "ZPL-2.1",
    "summary": "Homogeneous values favoring maximum or minimum for ZODB conflict resolution",
    "version": "3.0",
    "project_urls": {
        "Homepage": "https://zopeminmax.readthedocs.io"
    },
    "split_keywords": [
        "zope3",
        "zope",
        "zodb",
        "minimum",
        "maximum",
        "conflict",
        "resolution"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "844855b1c7c0aa49f707f9b50ca44a8e5b663156e64bb87b6f4fe865268523c8",
                "md5": "e66dbb791e980937c7ebc1b166e89069",
                "sha256": "5e9af91d0b045f21f16b76cc65245fb25bbe33632fc33cc229fbfc4677f52070"
            },
            "downloads": -1,
            "filename": "zope_minmax-3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e66dbb791e980937c7ebc1b166e89069",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 6289,
            "upload_time": "2025-08-11T08:37:51",
            "upload_time_iso_8601": "2025-08-11T08:37:51.217437Z",
            "url": "https://files.pythonhosted.org/packages/84/48/55b1c7c0aa49f707f9b50ca44a8e5b663156e64bb87b6f4fe865268523c8/zope_minmax-3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ebf321323ed8bacd707f7a075dd0483a7123c1a6a55946ac8569a0002a455014",
                "md5": "f7a40a0785fe0de536b683daf57abcb7",
                "sha256": "a48bd05d2bc24fe998a0f399a77c924970f8ef0cefc8d4f56a7ab66f37a04eaf"
            },
            "downloads": -1,
            "filename": "zope_minmax-3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f7a40a0785fe0de536b683daf57abcb7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 19652,
            "upload_time": "2025-08-11T08:37:52",
            "upload_time_iso_8601": "2025-08-11T08:37:52.587227Z",
            "url": "https://files.pythonhosted.org/packages/eb/f3/21323ed8bacd707f7a075dd0483a7123c1a6a55946ac8569a0002a455014/zope_minmax-3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-11 08:37:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "zope.minmax"
}
        
Elapsed time: 0.88411s