Description
Provides a pluggable mechanism for copying Python objects in Zope-style applications. It helps projects define how complex objects, metadata, and relationships should be duplicated without relying on one generic copy behavior.
Developers use it as part of application infrastructure. Copy rules can duplicate sensitive metadata or references, so test object copying with realistic data before exposing it to users.