Metadata-Version: 1.1
Name: redpipe
Version: 0.2.3
Summary: Easy Redis pipelines
Home-page: https://github.com/72squared/redpipe
Author: John Loehrer
Author-email: 72squared@gmail.com
License: MIT
Download-URL: https://github.com/72squared/redpipe/archive/0.2.3.tar.gz
Description: RedPipe
        =======
        *Making Redis pipelines easier to use in python.*
        
        |BuildStatus| |CoverageStatus| |Version| |Python| |Docs|
        
        This project is beta software so the interface may change.
        
        However, the code is well tested and rapidly stabilizing.
        Check back soon.
        
        Requirements
        ------------
        
        The *redpipe* module requires Python 2.7 or higher.
        
        
        Installation
        ------------
        
        To install, use pip:
        
        .. code-block::
        
            $ pip install redpipe
        
        or from source:
        
        .. code-block::
        
            $ python setup.py install
        
        
        Documentation
        -------------
        
        Find the latest documentation on `Read the Docs for RedPipe <http://redpipe.readthedocs.io/en/latest/>`_.
        
        
        
        .. |BuildStatus| image:: https://travis-ci.org/72squared/redpipe.svg?branch=master
            :target: https://travis-ci.org/72squared/redpipe
        
        .. |CoverageStatus| image:: https://coveralls.io/repos/github/72squared/redpipe/badge.svg?branch=master
            :target: https://coveralls.io/github/72squared/redpipe?branch=master
        
        .. |Version| image:: https://badge.fury.io/py/redpipe.svg
            :target: https://badge.fury.io/py/redpipe
        
        .. |Python| image:: https://img.shields.io/badge/python-2.7,3.4,pypy-blue.svg
            :target:  https://pypi.python.org/pypi/redpipe/
        
        .. |Docs| image:: https://readthedocs.org/projects/redpipe/badge/?version=latest
            :target: http://redpipe.readthedocs.org/en/latest/
            :alt: Documentation Status
        
Keywords: redis redis-pipeline orm database
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: 2
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 :: 3.5
Classifier: Environment :: Web Environment
Classifier: Operating System :: POSIX
