eric-sse


Nameeric-sse JSON
Version 0.6.5.1 PyPI version JSON
download
home_pageNone
SummaryA lightweight message dispatcher based on SSE protocol data transfer objects format
upload_time2025-02-02 09:47:58
maintainerNone
docs_urlNone
authorLuca Stretti
requires_python>=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

*With Redis support*

pip install eric-sse[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": null,
    "name": "eric-sse",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "sse, queue, concurrency",
    "author": "Luca Stretti",
    "author_email": "laxertu@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7b/1b/c431fe07f5da8e3ad36ac7f5dac484cafb322ee2c201d8bfc3bb91a04142/eric_sse-0.6.5.1.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*With Redis support*\n\npip install eric-sse[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": "0.6.5.1",
    "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": "007914c6fa326c6dba51e0ee419259212c7cda62240c62a1caac1c128b460f6c",
                "md5": "304f25f9200907771a86281a620e5180",
                "sha256": "f3b750f40fd919ee7e7ad86b5751934143a93a07d60b3f912c6170f583c40a3f"
            },
            "downloads": -1,
            "filename": "eric_sse-0.6.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "304f25f9200907771a86281a620e5180",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 11264,
            "upload_time": "2025-02-02T09:47:56",
            "upload_time_iso_8601": "2025-02-02T09:47:56.682214Z",
            "url": "https://files.pythonhosted.org/packages/00/79/14c6fa326c6dba51e0ee419259212c7cda62240c62a1caac1c128b460f6c/eric_sse-0.6.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b1bc431fe07f5da8e3ad36ac7f5dac484cafb322ee2c201d8bfc3bb91a04142",
                "md5": "4554f4943d617aee40e2e7078f7cc162",
                "sha256": "b22fc3c9fdf5b3f474fd98357382e22079aa1c05656d415e6e108304e5f98ccc"
            },
            "downloads": -1,
            "filename": "eric_sse-0.6.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4554f4943d617aee40e2e7078f7cc162",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 9199,
            "upload_time": "2025-02-02T09:47:58",
            "upload_time_iso_8601": "2025-02-02T09:47:58.548992Z",
            "url": "https://files.pythonhosted.org/packages/7b/1b/c431fe07f5da8e3ad36ac7f5dac484cafb322ee2c201d8bfc3bb91a04142/eric_sse-0.6.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-02 09:47:58",
    "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: 0.40883s