zope.copy


Namezope.copy JSON
Version 5.0 PyPI version JSON
download
home_pagehttp://github.com/zopefoundation/zope.copy
SummaryPluggable object copying mechanism
upload_time2024-10-25 06:21:22
maintainerNone
docs_urlNone
authorZope Foundation and Contributors
requires_python>=3.8
licenseZPL 2.1
keywords zope3 copying cloning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===============
 ``zope.copy``
===============

.. image:: https://img.shields.io/pypi/v/zope.copy.svg
        :target: https://pypi.python.org/pypi/zope.copy/
        :alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/zope.copy.svg
        :target: https://pypi.org/project/zope.copy/
        :alt: Supported Python versions

.. image:: https://github.com/zopefoundation/zope.copy/actions/workflows/tests.yml/badge.svg
        :target: https://github.com/zopefoundation/zope.copy/actions/workflows/tests.yml

.. image:: https://coveralls.io/repos/github/zopefoundation/zope.copy/badge.svg?branch=master
        :target: https://coveralls.io/github/zopefoundation/zope.copy?branch=master

.. image:: https://readthedocs.org/projects/zopecopy/badge/?version=latest
        :target: http://zopecopy.readthedocs.org/en/latest/
        :alt: Documentation Status

This package provides a pluggable mechanism for copying persistent objects.

Documentation is hosted at https://zopecopy.readthedocs.io/


=========
 Changes
=========

5.0 (2024-10-25)
================

- Add support for Python 3.12, 3.13.

- Depend on ``zodbpickle`` instead of Python's ``pickle``, to be able to
  support Python 3.13 properly.

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


4.3 (2022-11-29)
================

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

- Drop support for Python 3.4.


4.2 (2018-10-04)
================

- Use the latest and fastest protocol when pickling and unpickling and object
  during the clone operation

- Add support for Python 3.7.


4.1.0 (2017-07-31)
==================

- Drop support for Python 2.6, 3.2 and 3.3.

- Add support for Python 3.5 and 3.6.

- Restore ``zope.component`` as a testing requirement for running doctests.

4.0.3 (2014-12-26)
==================

- Add support for PyPy3.

4.0.2 (2014-03-19)
==================

- Add support for Python 3.3 and 3.4.

- Update ``boostrap.py`` to version 2.2.

4.0.1 (2012-12-31)
==================

- Flesh out PyPI Trove classifiers.

4.0.0 (2012-06-13)
==================

- Add support for Python 3.2.

- Drop ``zope.component`` as a testing requirement. Instead, register
  explicit (dummy) adapter hooks where needed.

- Add PyPy support.

- 100% unit test coverage.

- Add support for continuous integration using ``tox`` and ``jenkins``.

- Add Sphinx documentation:  moved doctest examples to API reference.

- Add 'setup.py docs' alias (installs ``Sphinx`` and dependencies).

- Add 'setup.py dev' alias (runs ``setup.py develop`` plus installs
  ``nose``, ``coverage``, and testing dependencies).

- Drop support for Python 2.4 and 2.5.

- Include tests of the LocationCopyHook from zope.location.

3.5.0 (2009-02-09)
==================

- Initial release. The functionality was extracted from ``zc.copy`` to
  provide a generic object copying mechanism with minimal dependencies.

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/zopefoundation/zope.copy",
    "name": "zope.copy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "zope3 copying cloning",
    "author": "Zope Foundation and Contributors",
    "author_email": "zope-dev@zope.org",
    "download_url": "https://files.pythonhosted.org/packages/72/d1/118f7daa4aec1e05ea86d0bdf45323c50c131db0892fa6b7db7680da2b5a/zope.copy-5.0.tar.gz",
    "platform": null,
    "description": "===============\n ``zope.copy``\n===============\n\n.. image:: https://img.shields.io/pypi/v/zope.copy.svg\n        :target: https://pypi.python.org/pypi/zope.copy/\n        :alt: Latest release\n\n.. image:: https://img.shields.io/pypi/pyversions/zope.copy.svg\n        :target: https://pypi.org/project/zope.copy/\n        :alt: Supported Python versions\n\n.. image:: https://github.com/zopefoundation/zope.copy/actions/workflows/tests.yml/badge.svg\n        :target: https://github.com/zopefoundation/zope.copy/actions/workflows/tests.yml\n\n.. image:: https://coveralls.io/repos/github/zopefoundation/zope.copy/badge.svg?branch=master\n        :target: https://coveralls.io/github/zopefoundation/zope.copy?branch=master\n\n.. image:: https://readthedocs.org/projects/zopecopy/badge/?version=latest\n        :target: http://zopecopy.readthedocs.org/en/latest/\n        :alt: Documentation Status\n\nThis package provides a pluggable mechanism for copying persistent objects.\n\nDocumentation is hosted at https://zopecopy.readthedocs.io/\n\n\n=========\n Changes\n=========\n\n5.0 (2024-10-25)\n================\n\n- Add support for Python 3.12, 3.13.\n\n- Depend on ``zodbpickle`` instead of Python's ``pickle``, to be able to\n  support Python 3.13 properly.\n\n- Drop support for Python 2.7, 3.5, 3.6, 3.7.\n\n\n4.3 (2022-11-29)\n================\n\n- Add support for Python 3.8, 3.9, 3.10, 3.11.\n\n- Drop support for Python 3.4.\n\n\n4.2 (2018-10-04)\n================\n\n- Use the latest and fastest protocol when pickling and unpickling and object\n  during the clone operation\n\n- Add support for Python 3.7.\n\n\n4.1.0 (2017-07-31)\n==================\n\n- Drop support for Python 2.6, 3.2 and 3.3.\n\n- Add support for Python 3.5 and 3.6.\n\n- Restore ``zope.component`` as a testing requirement for running doctests.\n\n4.0.3 (2014-12-26)\n==================\n\n- Add support for PyPy3.\n\n4.0.2 (2014-03-19)\n==================\n\n- Add support for Python 3.3 and 3.4.\n\n- Update ``boostrap.py`` to version 2.2.\n\n4.0.1 (2012-12-31)\n==================\n\n- Flesh out PyPI Trove classifiers.\n\n4.0.0 (2012-06-13)\n==================\n\n- Add support for Python 3.2.\n\n- Drop ``zope.component`` as a testing requirement. Instead, register\n  explicit (dummy) adapter hooks where needed.\n\n- Add PyPy support.\n\n- 100% unit test coverage.\n\n- Add support for continuous integration using ``tox`` and ``jenkins``.\n\n- Add Sphinx documentation:  moved doctest examples to API reference.\n\n- Add 'setup.py docs' alias (installs ``Sphinx`` and dependencies).\n\n- Add 'setup.py dev' alias (runs ``setup.py develop`` plus installs\n  ``nose``, ``coverage``, and testing dependencies).\n\n- Drop support for Python 2.4 and 2.5.\n\n- Include tests of the LocationCopyHook from zope.location.\n\n3.5.0 (2009-02-09)\n==================\n\n- Initial release. The functionality was extracted from ``zc.copy`` to\n  provide a generic object copying mechanism with minimal dependencies.\n",
    "bugtrack_url": null,
    "license": "ZPL 2.1",
    "summary": "Pluggable object copying mechanism",
    "version": "5.0",
    "project_urls": {
        "Homepage": "http://github.com/zopefoundation/zope.copy"
    },
    "split_keywords": [
        "zope3",
        "copying",
        "cloning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d696d9fee5ad57f0cb2e07074d256d8f0be4e2179bf7a13784e5d8d89ce6908",
                "md5": "7b941892ac8bd8b0f66dc8bd82978b58",
                "sha256": "efb3aad81a4b1ce853c8d16e1d1dd6c50696f6c8a84532ecc675f0560249aadc"
            },
            "downloads": -1,
            "filename": "zope.copy-5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7b941892ac8bd8b0f66dc8bd82978b58",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10099,
            "upload_time": "2024-10-25T06:21:20",
            "upload_time_iso_8601": "2024-10-25T06:21:20.566268Z",
            "url": "https://files.pythonhosted.org/packages/5d/69/6d9fee5ad57f0cb2e07074d256d8f0be4e2179bf7a13784e5d8d89ce6908/zope.copy-5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72d1118f7daa4aec1e05ea86d0bdf45323c50c131db0892fa6b7db7680da2b5a",
                "md5": "f4823dba82a8ef82f382db8bc0c9eb36",
                "sha256": "395e2a43480faa632ce05ea71c4a272ffd2b7c14aabe1cc97f19a8ca26d155d2"
            },
            "downloads": -1,
            "filename": "zope.copy-5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f4823dba82a8ef82f382db8bc0c9eb36",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 22981,
            "upload_time": "2024-10-25T06:21:22",
            "upload_time_iso_8601": "2024-10-25T06:21:22.150098Z",
            "url": "https://files.pythonhosted.org/packages/72/d1/118f7daa4aec1e05ea86d0bdf45323c50c131db0892fa6b7db7680da2b5a/zope.copy-5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-25 06:21:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zopefoundation",
    "github_project": "zope.copy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "zope.copy"
}
        
Elapsed time: 0.66444s