Metadata-Version: 1.1
Name: qredis
Version: 0.1.7
Summary: Qt based Redis GUI
Home-page: https://github.com/tiagocoutinho/qredis
Author: Tiago Coutinho
Author-email: coutinhotiago@gmail.com
License: UNKNOWN
Description: QRedis
        ======
        
        A Python_, Qt_ based Redis_ client user interface.
        
        .. image:: doc/screen1.png
        
        Installation
        ------------
        
        ::
        
            $ pip install qredis
        
        Requirements
        ------------
        
        - Python_ >= 2.6
        - PyQt_ (4/5) (or in the future PySide)
        - redis-py_
        
        Usage
        -----
        
        ::
        
            $ qredis with no DB loaded on startup
            $ qredis
        
            $ connect to localhost:6379, db=0
            $ qredis -p 637
        
            $ connect with unix socket, db=5
            $ qredis -s /tmp/redis.sock -n 5
        
        
        **That's all folks!**
        
        
        .. _Qt: http://www.qt.io/
        .. _Python: http://www.python.org/
        .. _PyQt: http://riverbankcomputing.com/software/pyqt
        .. _redis: http://redis.io
        .. _redis-py: https://github.com/andymccurdy/redis-py
        
Keywords: redis
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
