qredis


Nameqredis JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/tiagocoutinho/qredis
SummaryQt based Redis GUI
upload_time2023-08-11 15:41:05
maintainer
docs_urlNone
authorTiago Coutinho
requires_python>=3.5
license
keywords redis gui qt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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!**

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tiagocoutinho/qredis",
    "name": "qredis",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "redis,GUI,Qt",
    "author": "Tiago Coutinho",
    "author_email": "coutinhotiago@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ce/b9/ddf204eb83f39b61f51975e4ac679ee3f36b96c93c616e477f6a51f26213/qredis-1.1.0.tar.gz",
    "platform": null,
    "description": "# QRedis\n\nA [Python](http://www.python.org/), [Qt](http://www.qt.io/)\nbased [Redis](http://redis.io) client user interface.\n\n![screenshot](doc/screen1.png)\n\n## Help wanted\n\nOpen to people who want to colaborate.\n\n- Would like to know which features you would like to have\n- Pull requests are welcome\n- You can always open an issue saying you want to be part of the team\n\n## Installation\n\n```console\n$ pip install qredis\n```\n\n## Requirements\n\n- Python >= 3.5\n- [PyQt](http://riverbankcomputing.com/software/pyqt) 5\n  (or in the future PySide)\n- [redis-py](https://github.com/andymccurdy/redis-py)\n\n## Usage\n\n```console\n$ qredis with no DB loaded on startup\n$ qredis\n\n$ connect to localhost:6379, db=0\n$ qredis -p 6379\n\n$ connect with unix socket, db=5\n$ qredis -s /tmp/redis.sock -n 5\n```\n\n## Alternatives\n\n* [RESP.app (Formerly RedisDesktopManager)](https://github.com/uglide/RedisDesktopManager)\n* [dbgate](https://github.com/dbgate/dbgate)\n* [RedisInsight](https://github.com/RedisInsight/RedisInsight)\n* [redis-commander](https://github.com/joeferner/redis-commander)\n\nAn updated list can be found [here](https://redis.io/docs/tools/#gui)\n\n\n**That's all folks!**\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Qt based Redis GUI",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/tiagocoutinho/qredis"
    },
    "split_keywords": [
        "redis",
        "gui",
        "qt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ceb9ddf204eb83f39b61f51975e4ac679ee3f36b96c93c616e477f6a51f26213",
                "md5": "f80d7556ca35e147fe8367b04ab6c6f9",
                "sha256": "4f14a635dcde45193877db1af42dbf7b3c7d7b5813ff2bea26d09a81444c147f"
            },
            "downloads": -1,
            "filename": "qredis-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f80d7556ca35e147fe8367b04ab6c6f9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 68487,
            "upload_time": "2023-08-11T15:41:05",
            "upload_time_iso_8601": "2023-08-11T15:41:05.493373Z",
            "url": "https://files.pythonhosted.org/packages/ce/b9/ddf204eb83f39b61f51975e4ac679ee3f36b96c93c616e477f6a51f26213/qredis-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-11 15:41:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tiagocoutinho",
    "github_project": "qredis",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "qredis"
}
        
Elapsed time: 0.28032s