simple-redis-helper


Namesimple-redis-helper JSON
Version 0.1.6 PyPI version JSON
download
home_pagehttps://github.com/fracpete/redis_helper
SummaryCommand-line utilities to for sending/receiving data to/from a Redis backend.
upload_time2024-02-27 01:20:05
maintainer
docs_urlNone
authorPeter Reutemann
requires_python
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Little command-line library to send/receive data to/from a Redis backend.

https://github.com/fracpete/redis_helper

Changelog
=========

0.1.6 (2024-02-27)
------------------

- using `srh-` prefix in the argparser's `prog` parameter now
- added `srh-ping` command to check server availability


0.1.5 (2023-07-10)
------------------

- fixed password support when accessing environment variable


0.1.4 (2023-07-07)
------------------

- fixed password support


0.1.3 (2023-07-07)
------------------

- added support for supplying a password for connecting to the Redis server (`--password` or `--password_env`)


0.1.2 (2021-10-01)
------------------

- `listen.py` now supports output in a directory


0.1.1 (2021-09-22)
------------------

- `broadcast.py` now supports reading binary files and just using simple strings


0.1.0 (2021-09-14)
------------------

- initial release
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fracpete/redis_helper",
    "name": "simple-redis-helper",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Peter Reutemann",
    "author_email": "fracpete@waikato.ac.nz",
    "download_url": "https://files.pythonhosted.org/packages/0c/e0/b0547889d08a6b968b280a43ab0d8f16445f575915a8a5df0545f0bbc213/simple-redis-helper-0.1.6.tar.gz",
    "platform": null,
    "description": "Little command-line library to send/receive data to/from a Redis backend.\n\nhttps://github.com/fracpete/redis_helper\n\nChangelog\n=========\n\n0.1.6 (2024-02-27)\n------------------\n\n- using `srh-` prefix in the argparser's `prog` parameter now\n- added `srh-ping` command to check server availability\n\n\n0.1.5 (2023-07-10)\n------------------\n\n- fixed password support when accessing environment variable\n\n\n0.1.4 (2023-07-07)\n------------------\n\n- fixed password support\n\n\n0.1.3 (2023-07-07)\n------------------\n\n- added support for supplying a password for connecting to the Redis server (`--password` or `--password_env`)\n\n\n0.1.2 (2021-10-01)\n------------------\n\n- `listen.py` now supports output in a directory\n\n\n0.1.1 (2021-09-22)\n------------------\n\n- `broadcast.py` now supports reading binary files and just using simple strings\n\n\n0.1.0 (2021-09-14)\n------------------\n\n- initial release",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Command-line utilities to for sending/receiving data to/from a Redis backend.",
    "version": "0.1.6",
    "project_urls": {
        "Homepage": "https://github.com/fracpete/redis_helper"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ce0b0547889d08a6b968b280a43ab0d8f16445f575915a8a5df0545f0bbc213",
                "md5": "be28b0575d66d47514376dd12b626afc",
                "sha256": "aa795936177c4a90e460901e45076823b03dec86f69bd948f263b2d4032e22e8"
            },
            "downloads": -1,
            "filename": "simple-redis-helper-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "be28b0575d66d47514376dd12b626afc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6282,
            "upload_time": "2024-02-27T01:20:05",
            "upload_time_iso_8601": "2024-02-27T01:20:05.567954Z",
            "url": "https://files.pythonhosted.org/packages/0c/e0/b0547889d08a6b968b280a43ab0d8f16445f575915a8a5df0545f0bbc213/simple-redis-helper-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-27 01:20:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fracpete",
    "github_project": "redis_helper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "simple-redis-helper"
}
        
Elapsed time: 0.41398s