Provides a pluggable copy mechanism for Python objects, including support for custom copy operations via interfaces. Current version 6.0, requires Python >=3.9. Maintained by the Zope Foundation. Regular releases.
pip install zope.copyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates basic copying of an object using zope.copy's copy function.
Ensure your environment uses Python >=3.9.
Implement an ICopyHook for such types if deep copying is required.
Upgrade to zope.copy 6.0.
Use 'from zope.copy import copy'.
Use 'from zope.copy import copy' instead of 'import copy'.