eric-redis-queues


Nameeric-redis-queues JSON
Version 1.0.8 PyPI version JSON
download
home_pageNone
SummaryRedis support for eric-sse
upload_time2025-08-03 17:43:29
maintainerNone
docs_urlNone
authorLuca Stretti
requires_python<3.12,>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Redis support for eric-sse

Example of usage:

    from eric_sse.prefabs import SSEChannel
    from eric_redis_queues import RedisConnectionsRepository
    
    c = SSEChannel(connections_repository=RedisConnectionsRepository())

Documentation: https://laxertu.github.io/eric-redis-queues/
cd 
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "eric-redis-queues",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Luca Stretti",
    "author_email": "laxertu@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3c/b6/5fb677bba76ad4d557bd29a8a709d13d328c52ca352d22c5862d86c951b5/eric_redis_queues-1.0.8.tar.gz",
    "platform": null,
    "description": "Redis support for eric-sse\n\nExample of usage:\n\n    from eric_sse.prefabs import SSEChannel\n    from eric_redis_queues import RedisConnectionsRepository\n    \n    c = SSEChannel(connections_repository=RedisConnectionsRepository())\n\nDocumentation: https://laxertu.github.io/eric-redis-queues/\ncd ",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Redis support for eric-sse",
    "version": "1.0.8",
    "project_urls": {
        "Homepage": "https://laxertu.github.io/eric",
        "Issues": "https://github.com/laxertu/eric/issues",
        "Repository": "https://github.com/laxertu/eric-redis-queues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fca847f29e49f60bf171587d68e86647059dc4f8d39d450aa73dbc51a4eb707",
                "md5": "4bb1532797fd55092ff5575132a8d797",
                "sha256": "c81493082799f91ad15f1c6eab434b324c956f6694e0d2feb3bffbbcadf3b1c0"
            },
            "downloads": -1,
            "filename": "eric_redis_queues-1.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4bb1532797fd55092ff5575132a8d797",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.10",
            "size": 3609,
            "upload_time": "2025-08-03T17:43:28",
            "upload_time_iso_8601": "2025-08-03T17:43:28.170896Z",
            "url": "https://files.pythonhosted.org/packages/1f/ca/847f29e49f60bf171587d68e86647059dc4f8d39d450aa73dbc51a4eb707/eric_redis_queues-1.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3cb65fb677bba76ad4d557bd29a8a709d13d328c52ca352d22c5862d86c951b5",
                "md5": "4840b844e6cbe9e871f12b791cb262ab",
                "sha256": "901698b1e75289d094a9ab5f1ce0811c789f00db0d8ac268550e8be4beda8bcf"
            },
            "downloads": -1,
            "filename": "eric_redis_queues-1.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "4840b844e6cbe9e871f12b791cb262ab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.10",
            "size": 2885,
            "upload_time": "2025-08-03T17:43:29",
            "upload_time_iso_8601": "2025-08-03T17:43:29.270810Z",
            "url": "https://files.pythonhosted.org/packages/3c/b6/5fb677bba76ad4d557bd29a8a709d13d328c52ca352d22c5862d86c951b5/eric_redis_queues-1.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-03 17:43:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "laxertu",
    "github_project": "eric",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "eric-redis-queues"
}
        
Elapsed time: 2.47932s