Metadata-Version: 1.1
Name: cipher.configstore
Version: 1.2.2
Summary: UNKNOWN
Home-page: http://pypi.python.org/pypi/cipher.configstore/
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: cipher.configstore
        ==================
        
        This module provides a small framework to store an object's state in a
        configuration file (human readable .ini).
        
        
        =======
        CHANGES
        =======
        
        1.2.2 (2012-08-30)
        ------------------
        
        - Provide ``container`` and ``root`` attributes on IConfigurationStore
          they come handy in various load and dump situation instead of __parent__
          and getSite
        
        1.2.1 (2012-06-05)
        ------------------
        
        - Added support for zope.schema.Set fields.
        
        - Fixed a bug where __init__ was used to empty a container.
        
        
        1.2.0 (2012-04-06)
        ------------------
        
        - Initial release on pypi.
        
        1.1.1 (2012-02-27)
        ------------------
        
        - Make sure that setting the parent explicitly on items created in the
          collection config store is optionally and overwritable.
        
        
        1.1.0 (2012-01-29)
        ------------------
        
        - Feature Added dump/load support for ``datetime.timedelta`` objects.
        
        1.0.0
        -----
        
        - Initial release.
        
Keywords: CipherHealth configuration storage configparser
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
