Metadata-Version: 1.0
Name: tipfy.ext.session
Version: 0.6.1
Summary: Session extension for tipfy
Home-page: http://www.tipfy.org/
Author: Rodrigo Moraes
Author-email: rodrigo.moraes@gmail.com
License: BSD
Description: 
        tipfy.ext.session
        =================
        
        This extension implements sessions using datastore, memcache or secure cookies
        for Tipfy, a framework made for Google App Engine.
        
        It also provides an interface to get and set flash messages and to set and
        delete secure cookies or ordinary cookies, and several convenient
        session-related mixins for the RequestHandler.
        
        Documentation is available at
        `http://www.tipfy.org/wiki/extensions/session/ <http://www.tipfy.org/wiki/extensions/session/>`_.
        
        Links
        -----
        * `Tipfy's website <http://www.tipfy.org/>`_
        * `API Documentation <http://www.tipfy.org/docs/>`_
        * `Wiki <http://www.tipfy.org/wiki/>`_
        * `Discussion Group <http://groups.google.com/group/tipfy>`_
        * `Issue Tracker <http://code.google.com/p/tipfy/issues/list>`_
        * `Repository <http://code.google.com/p/tipfy/>`_
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
