redis-docker-harness


Nameredis-docker-harness JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/waikato-datamining/redis-docker-harness
SummaryClasses and methods for integrating code inside a docker image into a processing pipeline, using redis for exchanging data.
upload_time2023-07-24 21:56:15
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.
            Classes and methods for integrating code inside a docker image into a processing pipeline, using redis for exchanging data.


Changelog
=========

0.0.4 (2023-07-25)
------------------

- added the `redis_timeout` parameter to the argparse options to make the pubsub thread `sleep_time` parameter
  configurable from the command-line (the default is now 0.01 instead of 0.001 to avoid high CPU load)
- the `create_parser` method can now specify the default values for: host, port, db, channel_in, channel_out, sleep_time


0.0.3 (2023-07-10)
------------------

- fixed password support when accessing environment variable


0.0.2 (2023-07-07)
------------------

- added support for supplying a password to use for the Redis connection (--password/--password_env)


0.0.1 (2021-09-22)
------------------

- initial release
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/waikato-datamining/redis-docker-harness",
    "name": "redis-docker-harness",
    "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/43/55/6bb5c10a8a1803a0ac06925f231ba02f5344ac645b97420ea578f3cbddef/redis-docker-harness-0.0.4.tar.gz",
    "platform": null,
    "description": "Classes and methods for integrating code inside a docker image into a processing pipeline, using redis for exchanging data.\n\n\nChangelog\n=========\n\n0.0.4 (2023-07-25)\n------------------\n\n- added the `redis_timeout` parameter to the argparse options to make the pubsub thread `sleep_time` parameter\n  configurable from the command-line (the default is now 0.01 instead of 0.001 to avoid high CPU load)\n- the `create_parser` method can now specify the default values for: host, port, db, channel_in, channel_out, sleep_time\n\n\n0.0.3 (2023-07-10)\n------------------\n\n- fixed password support when accessing environment variable\n\n\n0.0.2 (2023-07-07)\n------------------\n\n- added support for supplying a password to use for the Redis connection (--password/--password_env)\n\n\n0.0.1 (2021-09-22)\n------------------\n\n- initial release",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Classes and methods for integrating code inside a docker image into a processing pipeline, using redis for exchanging data.",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/waikato-datamining/redis-docker-harness"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43556bb5c10a8a1803a0ac06925f231ba02f5344ac645b97420ea578f3cbddef",
                "md5": "90c83b352854749807235eef577c0799",
                "sha256": "592bf2f4e173f51c19a2c733ce169836ad54208319bed43440a7e9fc5f31eed8"
            },
            "downloads": -1,
            "filename": "redis-docker-harness-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "90c83b352854749807235eef577c0799",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4295,
            "upload_time": "2023-07-24T21:56:15",
            "upload_time_iso_8601": "2023-07-24T21:56:15.645439Z",
            "url": "https://files.pythonhosted.org/packages/43/55/6bb5c10a8a1803a0ac06925f231ba02f5344ac645b97420ea578f3cbddef/redis-docker-harness-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-24 21:56:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "waikato-datamining",
    "github_project": "redis-docker-harness",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "redis-docker-harness"
}
        
Elapsed time: 0.31781s