eric-sse


Nameeric-sse JSON
Version 1.5.0 PyPI version JSON
download
home_pagehttps://laxertu.github.io/eric
SummaryA lightweight message dispatcher based on SSE protocol data transfer objects format
upload_time2025-08-02 13:47:30
maintainerNone
docs_urlNone
authorLuca Stretti
requires_python<3.12,>=3.10
licenseMIT
keywords sse queue concurrency
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <a id="the-lightweight-library-for-async-messaging-nobody-expects"></a>

# The lightweight library for async messaging nobody expects.

*Installation*

pip install eric-sse

*Related packages*

* https://pypi.org/project/eric-redis-queues/

*Features*

* Send to one listener and broadcast
* SSE format was adopted by design, making the library suitable for such kind of model
* Callbacks and threading support
* Sockets server prefab for offline inter process communication

*Possible applications*

* Message delivery mechanisms based on SSE
* Message queue processing (logging, etc)
* See [https://github.com/laxertu/eric-api](https://github.com/laxertu/eric-api)

*Documentation*

* Home [https://laxertu.github.io/eric](https://laxertu.github.io/eric)


*Trivia*

* Library name pretends to be a tribute to the following movie [https://en.wikipedia.org/wiki/Looking_for_Eric](https://en.wikipedia.org/wiki/Looking_for_Eric)

            

Raw data

            {
    "_id": null,
    "home_page": "https://laxertu.github.io/eric",
    "name": "eric-sse",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.10",
    "maintainer_email": null,
    "keywords": "sse, queue, concurrency",
    "author": "Luca Stretti",
    "author_email": "laxertu@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/77/7a/2a949348d261e8df65e1636146189378408efdb5605a981cab21874f477d/eric_sse-1.5.0.tar.gz",
    "platform": null,
    "description": "<a id=\"the-lightweight-library-for-async-messaging-nobody-expects\"></a>\n\n# The lightweight library for async messaging nobody expects.\n\n*Installation*\n\npip install eric-sse\n\n*Related packages*\n\n* https://pypi.org/project/eric-redis-queues/\n\n*Features*\n\n* Send to one listener and broadcast\n* SSE format was adopted by design, making the library suitable for such kind of model\n* Callbacks and threading support\n* Sockets server prefab for offline inter process communication\n\n*Possible applications*\n\n* Message delivery mechanisms based on SSE\n* Message queue processing (logging, etc)\n* See [https://github.com/laxertu/eric-api](https://github.com/laxertu/eric-api)\n\n*Documentation*\n\n* Home [https://laxertu.github.io/eric](https://laxertu.github.io/eric)\n\n\n*Trivia*\n\n* Library name pretends to be a tribute to the following movie [https://en.wikipedia.org/wiki/Looking_for_Eric](https://en.wikipedia.org/wiki/Looking_for_Eric)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A lightweight message dispatcher based on SSE protocol data transfer objects format",
    "version": "1.5.0",
    "project_urls": {
        "Changelog": "https://laxertu.github.io/eric/changelog.html",
        "Documentation": "https://laxertu.github.io/eric/docs.html",
        "Homepage": "https://laxertu.github.io/eric",
        "Issues": "https://github.com/laxertu/eric/issues",
        "Repository": "https://github.com/laxertu/eric"
    },
    "split_keywords": [
        "sse",
        " queue",
        " concurrency"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f469a592e8d0161c55bc93e9abf58c0195e91a309c58ac88cabd4b9772c804f",
                "md5": "475b94f42d30cbe48bf2c8e6bd4f2b32",
                "sha256": "4691c27609713b5ca6eca9a2140cffd7e4dca694735bbc14c996452c0d269ee5"
            },
            "downloads": -1,
            "filename": "eric_sse-1.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "475b94f42d30cbe48bf2c8e6bd4f2b32",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.10",
            "size": 15186,
            "upload_time": "2025-08-02T13:47:29",
            "upload_time_iso_8601": "2025-08-02T13:47:29.279131Z",
            "url": "https://files.pythonhosted.org/packages/0f/46/9a592e8d0161c55bc93e9abf58c0195e91a309c58ac88cabd4b9772c804f/eric_sse-1.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "777a2a949348d261e8df65e1636146189378408efdb5605a981cab21874f477d",
                "md5": "ce6559e10d340625aa492abcb1f89834",
                "sha256": "cc23c445f2d58ecac5394e94129ea1fdf7e61e10c25f3f8ee962fff84919a315"
            },
            "downloads": -1,
            "filename": "eric_sse-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ce6559e10d340625aa492abcb1f89834",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.10",
            "size": 11199,
            "upload_time": "2025-08-02T13:47:30",
            "upload_time_iso_8601": "2025-08-02T13:47:30.564048Z",
            "url": "https://files.pythonhosted.org/packages/77/7a/2a949348d261e8df65e1636146189378408efdb5605a981cab21874f477d/eric_sse-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-02 13:47:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "laxertu",
    "github_project": "eric",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "eric-sse"
}
        
Elapsed time: 1.06477s