Metadata-Version: 1.0
Name: Flask-Beaker
Version: 0.2.0
Summary: Beaker session interface for Flask.
Home-page: https://github.com/syrusakbary/flask-beaker
Author: Syrus Akbary
Author-email: me@syrusakbary.com
License: MIT
Description: ============
        Flask-Beaker
        ============
        
        Beaker session interface for Flask.
        
        
        INSTALLATION
        ============
        
        First, you must do::
        
            pip install Flask-Beaker
        
        Or::
        
            python setup.py install
        
        
        Usage
        =====
        
        For using Beaker session magnament in Flask you only have to add this into your app::
        
          from flask_beaker import BeakerSession
          BeakerSession(app)
        
        TODOs and BUGS
        ==============
        See: http://github.com/syrusakbary/flask-beaker/issues
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
