{ "info": { "author": "Zope Foundation and Contributors", "author_email": "zope-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Zope3", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Database" ], "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://travis-ci.org/zopefoundation/zope.copy.svg?branch=master\n :target: https://travis-ci.org/zopefoundation/zope.copy\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/en/latest/\n\n\n=========\n Changes\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\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/zopefoundation/zope.copy", "keywords": "zope3 copying cloning", "license": "ZPL 2.1", "maintainer": "", "maintainer_email": "", "name": "zope.copy", "package_url": "https://pypi.org/project/zope.copy/", "platform": "", "project_url": "https://pypi.org/project/zope.copy/", "project_urls": { "Homepage": "http://github.com/zopefoundation/zope.copy" }, "release_url": "https://pypi.org/project/zope.copy/4.2/", "requires_dist": [ "setuptools", "zope.interface", "Sphinx; extra == 'docs'", "repoze.sphinx.autointerface; extra == 'docs'", "zope.component; extra == 'test'", "zope.location; extra == 'test'", "zope.testing; extra == 'test'", "zope.testrunner; extra == 'test'" ], "requires_python": "", "summary": "Pluggable object copying mechanism", "version": "4.2" }, "last_serial": 4339471, "releases": { "3.5.0": [ { "comment_text": "", "digests": { "md5": "a9836a5d36cd548be45210eb00407337", "sha256": "2e95fa032946898a6e689bc48fa3444b0be1861c11545bf710431d8f9195a7fd" }, "downloads": -1, "filename": "zope.copy-3.5.0.tar.gz", "has_sig": false, "md5_digest": "a9836a5d36cd548be45210eb00407337", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9821, "upload_time": "2009-02-08T23:29:17", "url": "https://files.pythonhosted.org/packages/91/f3/b5d73aef4684868cf1561a365fd6a612a06b1225ab9825fe577ca0dcdcdb/zope.copy-3.5.0.tar.gz" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "4995cdfcc5e189d174725ae284a02e2e", "sha256": "ce6a3227a5db51f49a8a449df4245306d017263d1f05b3dfcaea7967fa5e9108" }, "downloads": -1, "filename": "zope.copy-4.0.0.tar.gz", "has_sig": false, "md5_digest": "4995cdfcc5e189d174725ae284a02e2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18079, "upload_time": "2012-06-13T23:22:04", "url": "https://files.pythonhosted.org/packages/e8/d7/93eb27fe2ea2090eff99a4e3f391ce84abf3895e4c54ef9c743a8bb1d64e/zope.copy-4.0.0.tar.gz" } ], "4.0.1": [ { "comment_text": "", "digests": { "md5": "2c72bab776b802bde3038ffcfc1c2f72", "sha256": "3ff370be09a45c304f5f89d381fa828c23941e700b96cc6002a3040f475e5c7b" }, "downloads": -1, "filename": "zope.copy-4.0.1.tar.gz", "has_sig": false, "md5_digest": "2c72bab776b802bde3038ffcfc1c2f72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17070, "upload_time": "2012-12-31T18:31:04", "url": "https://files.pythonhosted.org/packages/d5/ed/eb24b117738142408252940f1a05be5adc01bca524a551d8a562ac40e102/zope.copy-4.0.1.tar.gz" } ], "4.0.2": [ { "comment_text": "", "digests": { "md5": "a7491c2b4257d5e789bbe4f291447c5e", "sha256": "212f125124f4b8a2e7a9026935e81b2bd4ab5a484c12097758dea81b350be001" }, "downloads": -1, "filename": "zope.copy-4.0.2.tar.gz", "has_sig": false, "md5_digest": "a7491c2b4257d5e789bbe4f291447c5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18153, "upload_time": "2014-03-19T19:04:37", "url": "https://files.pythonhosted.org/packages/4a/3c/f3b84ca9692693fad5fb8556ba12f40d09aa93ea7bab9ae437d0c1cb0467/zope.copy-4.0.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "36aa2c96dec4cfeea57f54da2b733eb9", "sha256": "eb2a95866df1377741876a3ee62d8600e80089e6246e1a235e86791b29534457" }, "downloads": -1, "filename": "zope.copy-4.0.2.zip", "has_sig": false, "md5_digest": "36aa2c96dec4cfeea57f54da2b733eb9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26171, "upload_time": "2013-02-19T16:56:14", "url": "https://files.pythonhosted.org/packages/95/af/f993accaaf7ea533e15c0d36f2abe3298e31e51fe170baa4020505fa2eb4/zope.copy-4.0.2.zip" } ], "4.0.3": [ { "comment_text": "", "digests": { "md5": "05ecc8d8099bd6067a27721685b99583", "sha256": "4dc2a10bec7f4705d165d992b95f03da59ff78225e57c353b0204a581cb64686" }, "downloads": -1, "filename": "zope.copy-4.0.3.tar.gz", "has_sig": false, "md5_digest": "05ecc8d8099bd6067a27721685b99583", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18414, "upload_time": "2014-12-26T20:53:50", "url": "https://files.pythonhosted.org/packages/0d/e6/220104177da0a86da989251b7f0b59b9abcb0f65c64ad2d27acec8dc92fc/zope.copy-4.0.3.tar.gz" } ], "4.1.0": [ { "comment_text": "", "digests": { "md5": "fe2ad0c2d90d8e13e35df0375dd63b1d", "sha256": "6ebb1fa2d66351f9d23f347d0dc320896d9b000d7e9ce393c1a0ac0266a740ab" }, "downloads": -1, "filename": "zope.copy-4.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fe2ad0c2d90d8e13e35df0375dd63b1d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10691, "upload_time": "2017-07-31T15:08:52", "url": "https://files.pythonhosted.org/packages/17/d3/c3ce59c909f1c12b530b62c7f2f805f72d7b085e28f914b6c468f2bfe13d/zope.copy-4.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "90afe324762564fac67bbf3be53f5701", "sha256": "702dbb52e2427a1cc2e2b4b3f5a40c64dcbf9ebed85888ae8fa67172263a6994" }, "downloads": -1, "filename": "zope.copy-4.1.0.tar.gz", "has_sig": false, "md5_digest": "90afe324762564fac67bbf3be53f5701", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23098, "upload_time": "2017-07-31T15:08:53", "url": "https://files.pythonhosted.org/packages/02/0f/31993ed2669a4166cedde445c5a1a4d60604e96f3dd10443d76d8c6784cc/zope.copy-4.1.0.tar.gz" } ], "4.2": [ { "comment_text": "", "digests": { "md5": "650ca74f047784375a63e1fe2aead690", "sha256": "00a0e1e3e2b9323bcf61ac3f9238e8e62d6b4f6adc10e28c7a85cee890615a51" }, "downloads": -1, "filename": "zope.copy-4.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "650ca74f047784375a63e1fe2aead690", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10806, "upload_time": "2018-10-04T08:45:21", "url": "https://files.pythonhosted.org/packages/d3/11/740e1ea6dba4ce353855768826c9a4487edfb91d102e540a612dcf3481f2/zope.copy-4.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4111cf208f0cb7cd6dfad742abf97cbe", "sha256": "47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a" }, "downloads": -1, "filename": "zope.copy-4.2.tar.gz", "has_sig": false, "md5_digest": "4111cf208f0cb7cd6dfad742abf97cbe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22930, "upload_time": "2018-10-04T08:45:23", "url": "https://files.pythonhosted.org/packages/be/a2/34723ac2c60a69156bce8111ddbf60f1b69794099df94522faa180cde23b/zope.copy-4.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "650ca74f047784375a63e1fe2aead690", "sha256": "00a0e1e3e2b9323bcf61ac3f9238e8e62d6b4f6adc10e28c7a85cee890615a51" }, "downloads": -1, "filename": "zope.copy-4.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "650ca74f047784375a63e1fe2aead690", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10806, "upload_time": "2018-10-04T08:45:21", "url": "https://files.pythonhosted.org/packages/d3/11/740e1ea6dba4ce353855768826c9a4487edfb91d102e540a612dcf3481f2/zope.copy-4.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4111cf208f0cb7cd6dfad742abf97cbe", "sha256": "47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a" }, "downloads": -1, "filename": "zope.copy-4.2.tar.gz", "has_sig": false, "md5_digest": "4111cf208f0cb7cd6dfad742abf97cbe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22930, "upload_time": "2018-10-04T08:45:23", "url": "https://files.pythonhosted.org/packages/be/a2/34723ac2c60a69156bce8111ddbf60f1b69794099df94522faa180cde23b/zope.copy-4.2.tar.gz" } ] }