Metadata-Version: 1.0
Name: zope.copypastemove
Version: 3.5.2
Summary: Copy, Paste and Move support for content components.
Home-page: http://pypi.python.org/pypi/zope.copypastemove
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: Overview
        ---------
        
        This package provides Copy, Paste and Move support for content
        components in Zope.  In particular, it defines the following
        interfaces for this kind of functionality:
        
        * ``IObjectMover``,
        
        * ``IObjectCopier``,
        
        * ``IContentItemRenamer``,
        
        * ``IPrincipalClipboard``
        
        as well as standard implementations for containers and contained
        objects as known from the ``zope.container`` package.
        
        
        =======
        CHANGES
        =======
        
        3.5.2 (2009-08-15)
        ------------------
        
        - Fix documentation for the IObjectCopier.copyTo method.
        
        - Added missing dependency on zope.app.component.
        
        3.5.1 (2009-02-09)
        ------------------
        
        - Use the new zope.copy package for ObjectCopier to provide pluggable
          copying mechanism that is not dependent on zope.location hardly.
        
        - Move the ItemNotFoundError exception to the interfaces module as
          it's part of public API. Old import still works as we actually
          use it where it was previously defined, however, the new import
          place is preferred.
        
        3.5.0 (2009-01-31)
        ------------------
        
        - Use zope.container instead of zope.app.container.
        
        3.4.1 (2009-01-26)
        ------------------
        
        - Moved the test dependencies to a `test` extra requirement.
        
        3.4.0 (2007-09-28)
        ------------------
        
        - No further changes since 3.4.0a1.
        
        3.4.0a1 (2007-04-22)
        --------------------
        
        - Initial release as a separate project, corresponds to
          zope.copypastemove from Zope 3.4.0a1
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Framework :: Zope3
