Metadata-Version: 1.1
Name: cipher.session
Version: 2.0.0a1
Summary: A ZODB Session handling implementation
Home-page: http://pypi.python.org/pypi/cipher.session/
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: A package to solve ZODB conflict problems of sessions for high traffic sites
        
        =======
        CHANGES
        =======
        
        2.0.0a1 (2013-03-06)
        --------------------
        
        - Added support for Python 3.3.
        
        - Replaced deprecated ``zope.interface.implements`` usage with equivalent
          ``zope.interface.implementer`` decorator.
        
        - Dropped support for Python 2.4 and 2.5.
        
        
        1.0.4 (2012-07-21)
        ------------------
        
        - Now really get rid of ISessionDataContainer on bootstrap.
        
        - Added Location to SessionDataManager to avoid having a LocationProxy around it
        
        
        1.0.3 (2012-04-05)
        ------------------
        
        - Initial release on pypi.
        
        
        1.0.2 (2012-03-19)
        ------------------
        
        - Nothing changed yet.
        
        
        1.0.1 (2012-03-13)
        ------------------
        
        - Added SessionCredentials
        
        
        1.0.0 (2012-03-13)
        ------------------
        
        - Initial release as a separate package.
        
Keywords: CipherHealth session
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
