Metadata-Version: 1.0
Name: z3c.optionstorage
Version: 1.0.7
Summary: Optional Storages -- Persistent, Managable Vocabularies
Home-page: http://pypi.python.org/pypi/z3c.optionstorage
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: Option Storages are vocabularies that store their values in the ZODB and can
        be managed during application runtime.
        
        
        =======
        CHANGES
        =======
        
        1.0.7 (2010-02-21)
        ------------------
        
        - Remove dependency on zope.app.publisher by using a newer zope.browserpage
        
        1.0.6 (2010-02-20)
        ------------------
        
        - Remove dependency on zope.app.zapi and zope.deprecation
        - Replace the use of zope.app.publisher with zope.browserpage
        
        1.0.5 (2010-01-04)
        ------------------
        
        - Remove dependency on zope.app.schema.
        
        1.0.4 (2007-11-03)
        ------------------
        
        - Fix up package meta data.
        
        0.1.3 (2007-07-04)
        ------------------
        
        - Ensure that all package files are included in the egg.
        
        0.1.2 (2007-07-04)
        ------------------
        
        - Bug fix.
        
        0.1.1 (2007-07-04)
        ------------------
        
        - Fix packaging data.
        
        0.1.0 (2007-06-22)
        ------------------
        
        - Initial release.
        
Keywords: zope3 vocabulary zodb managable
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
