Metadata-Version: 1.1
Name: repoze.session
Version: 0.2
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
        ==============
        
        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 :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
