Metadata-Version: 1.0
Name: zope.app.interface
Version: 3.5.1
Summary: Zope Interface Extensions
Home-page: http://cheeseshop.python.org/pypi/zope.app.interface
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: This package provides several extensions to Zope interfaces, such as a
        persistent implementation, interface type queries, and a vocabulary of all
        registered interfaces of the system (or of a particular type).
        
        
        =======
        CHANGES
        =======
        
        3.5.1 (2010-07-07)
        ------------------
        
        - Fixed tests and test tearDown to actually close the DB.
        
        
        3.5.0 (2009-05-21)
        ------------------
        
        - Factor out ObjectInterfacesVocabulary into zope.componentvocabulary.
        
        - Remove various test dependencies.
        
        3.4.0 (2007-10-24)
        ------------------
        
        - Initial release independent of the main Zope tree.
        
Keywords: zope3 interface persistent type
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
