eric-sse


Nameeric-sse JSON
Version 0.6.2 PyPI version JSON
download
home_pagehttps://laxertu.github.io/eric
SummaryA lightweight message dispatcher based on SSE protocol data transfer objects format
upload_time2024-12-21 14:46:44
maintainerNone
docs_urlNone
authorLuca Stretti
requires_python>=3.10
licenseMIT
keywords sse queue api 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

*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.10",
    "maintainer_email": null,
    "keywords": "sse, queue, API, concurrency",
    "author": "Luca Stretti",
    "author_email": "laxertu@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7c/5f/8a19fa35e4bb7a785fff2924e3ba37e4320af510b6bb414000e20d996960/eric_sse-0.6.2.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*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.2",
    "project_urls": {
        "Documentation": "https://laxertu.github.io/eric/docs.html",
        "Homepage": "https://laxertu.github.io/eric"
    },
    "split_keywords": [
        "sse",
        " queue",
        " api",
        " concurrency"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d852961982c6910a911ef5de197eac84ee0e57f7ed1f471481aab63aa89292ff",
                "md5": "d9e64415f7b7043cd2323704caea5599",
                "sha256": "560403546923cf1b062ac96869ded1fa7f8404c38ef1890aad0298dc421047f6"
            },
            "downloads": -1,
            "filename": "eric_sse-0.6.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d9e64415f7b7043cd2323704caea5599",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 9522,
            "upload_time": "2024-12-21T14:46:42",
            "upload_time_iso_8601": "2024-12-21T14:46:42.252421Z",
            "url": "https://files.pythonhosted.org/packages/d8/52/961982c6910a911ef5de197eac84ee0e57f7ed1f471481aab63aa89292ff/eric_sse-0.6.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c5f8a19fa35e4bb7a785fff2924e3ba37e4320af510b6bb414000e20d996960",
                "md5": "27d5cd5e0782d3c1dfa7273dd97e08fe",
                "sha256": "2634b4547d6e5da53a9fdedb0addbd6116924d1f4aac2344080840488e02f8ad"
            },
            "downloads": -1,
            "filename": "eric_sse-0.6.2.tar.gz",
            "has_sig": false,
            "md5_digest": "27d5cd5e0782d3c1dfa7273dd97e08fe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 7923,
            "upload_time": "2024-12-21T14:46:44",
            "upload_time_iso_8601": "2024-12-21T14:46:44.710717Z",
            "url": "https://files.pythonhosted.org/packages/7c/5f/8a19fa35e4bb7a785fff2924e3ba37e4320af510b6bb414000e20d996960/eric_sse-0.6.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-21 14:46:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "eric-sse"
}
        
Elapsed time: 0.42809s