Metadata-Version: 1.1
Name: redis_kernel
Version: 0.1
Summary: A redis kernel for IPython
Home-page: https://github.com/supercoderz/redis_kernel
Author: Narahari Allamraju
Author-email: anarahari@gmail.com
License: UNKNOWN
Description: A simple IPython kernel for redis
        
        This requires IPython 3, which is not yet released.
        
        To test it, install with ``setup.py``, then::
        
            ipython qtconsole --kernel redis
        
        For details of how this works, see IPython's docs on `wrapper kernels
        <http://ipython.org/ipython-doc/dev/development/wrapperkernels.html>`_, and
        
        This connects to redis using sockets, so you dont need the redis python client
Platform: UNKNOWN
Classifier: Framework :: IPython
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Shells
