Metadata-Version: 1.1
Name: Flask-And-Redis
Version: 0.6
Summary: Simple as dead support of Redis database for Flask apps.
Home-page: https://github.com/playpauseandstop/Flask-And-Redis
Author: Igor Davydenko
Author-email: playpauseandstop@gmail.com
License: BSD License
Description: ===============
        Flask-And-Redis
        ===============
        
        .. image:: https://secure.travis-ci.org/playpauseandstop/Flask-And-Redis.png?branch=master
           :target: https://travis-ci.org/playpauseandstop/Flask-And-Redis
        
        .. image:: https://pypip.in/v/Flask-And-Redis/badge.png
           :target: https://pypi.python.org/pypi/Flask-And-Redis
        
        Flask-And-Redis provides simple as dead support of `Redis <http://redis.io>`_
        database for `Flask <http://flask.pocoo.org/>`_ applications. Extension built
        around beautiful `redis-py <https://github.com/andymccurdy/redis-py>`_ library
        by Andy McCurdy.
        
        * Works on Python 2.6, 2.7, 3.3+
        * BSD licensed
        * Latest documentation `on Read the Docs
          <http://flask-and-redis.readthedocs.org>`_
        * Source, issues and pull requests `on GitHub
          <https://github.com/playpauseandstop/Flask-And-Redis>`_
        * Install with ``pip install Flask-And-Redis``
        
        .. note:: ``Flask-And-Redis`` named as is, cause ``Flask-Redis`` name already
           `taken <http://pypi.python.org/pypi/Flask-Redis>`_, but that library didn't
           match my needs.
        
Keywords: flask redis
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
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 :: 3.4
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: BSD License
