Metadata-Version: 1.0
Name: zope.copypastemove
Version: 3.4.1
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.app.container`` package.
        
        
        Changes
        =======
        
        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
