Metadata-Version: 2.4
Name: qredis
Version: 1.1.2
Summary: Qt based Redis GUI
Home-page: https://github.com/tiagocoutinho/qredis
Author: Tiago Coutinho
Author-email: coutinhotiago@gmail.com
Keywords: redis,GUI,Qt
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: redis
Requires-Dist: qtpy
Requires-Dist: PyQt5
Requires-Dist: msgpack
Requires-Dist: msgpack-numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# QRedis

A [Python](http://www.python.org/), [Qt](http://www.qt.io/)
based [Redis](http://redis.io) client user interface.

![screenshot](doc/screen1.png)

## Help wanted

Open to people who want to colaborate.

- Would like to know which features you would like to have
- Pull requests are welcome
- You can always open an issue saying you want to be part of the team

## Installation

```console
$ pip install qredis
```

## Requirements

- Python >= 3.5
- [PyQt](http://riverbankcomputing.com/software/pyqt) 5
  (or in the future PySide)
- [redis-py](https://github.com/andymccurdy/redis-py)

## Usage

```console
$ qredis with no DB loaded on startup
$ qredis

$ connect to localhost:6379, db=0
$ qredis -p 6379

$ connect with unix socket, db=5
$ qredis -s /tmp/redis.sock -n 5
```

## Alternatives

* [RESP.app (Formerly RedisDesktopManager)](https://github.com/uglide/RedisDesktopManager)
* [dbgate](https://github.com/dbgate/dbgate)
* [RedisInsight](https://github.com/RedisInsight/RedisInsight)
* [redis-commander](https://github.com/joeferner/redis-commander)

An updated list can be found [here](https://redis.io/docs/tools/#gui)


**That's all folks!**
