Metadata-Version: 1.1
Name: repoze.session
Version: 1.0a1
Summary: Sessioning for web applications
Home-page: http://www.repoze.org
Author: Agendaless Consulting
Author-email: repoze-dev@lists.repoze.org
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: ================
         repoze.session
        ================
        
        An HTTP sessioning system for web applications, based on code from the
        `<faster http://agendaless.com/Members/tseaver/software/faster/>`_
        Zope 2 product.  ``repoze.session`` uses ZODB as its persistence
        mechanism.
        
        See the ``docs`` subdirectory or `http://docs.repoze.org/session/
        <http://docs.repoze.org/session/>`_ for more documentation.
        
        
        
        repoze.session
        ==============
        
        1.0a1
        -----
        
        - 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.
        
        - Moved to GitHub.
        
        - Updated docs/testing regime.
        
        - Lazier commit behavior: try to compare session data last modified to old
          last modified; only reset the session data to the head if the modification
          times differ.
        
        - Don't set last_modified in session data setdefault unless ``get`` returns
          the marker.
        
        0.2
        ---
        
        - 100% test coverage.
        
        - Changed index location.
        
        - Pointed to docs in README.txt
        
        0.1
        ---
        
        - Initial release.
        
        
Keywords: web sessioning sessions
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
