eric-sse


Nameeric-sse JSON
Version 0.5.4 PyPI version JSON
download
home_pagehttps://github.com/laxertu/eric
SummaryA lightweight message dispatcher based on SSE protocol data transfer objects format
upload_time2024-10-17 16:39:38
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.

<a id="installation"></a>

# Installation

pip install eric-sse

<a id="features"></a>

# 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)

<a id="documentation"></a>

# Documentation

[https://github.com/laxertu/eric/blob/master/docs.md](https://github.com/laxertu/eric/blob/master/docs.md)

**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://github.com/laxertu/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/fe/6d/16d242d650135f416b0ca47b2ba2bfb59a17151be94de413f93b628730ee/eric_sse-0.5.4.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<a id=\"installation\"></a>\n\n# Installation\n\npip install eric-sse\n\n<a id=\"features\"></a>\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<a id=\"documentation\"></a>\n\n# Documentation\n\n[https://github.com/laxertu/eric/blob/master/docs.md](https://github.com/laxertu/eric/blob/master/docs.md)\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.5.4",
    "project_urls": {
        "Documentation": "https://github.com/laxertu/eric/blob/master/docs.md",
        "Homepage": "https://github.com/laxertu/eric"
    },
    "split_keywords": [
        "sse",
        " queue",
        " api",
        " concurrency"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "021f3bbfeb567cc5d0aa75b3cbcee5672b9ff24616cc57b07a394f9513541cfb",
                "md5": "bc3bbab370cc7c426bf73788a70fd685",
                "sha256": "836c0208e625a62dc2ec97bbb0a2897192af2529639f4f91ba5705ab5681022c"
            },
            "downloads": -1,
            "filename": "eric_sse-0.5.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bc3bbab370cc7c426bf73788a70fd685",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 8005,
            "upload_time": "2024-10-17T16:39:37",
            "upload_time_iso_8601": "2024-10-17T16:39:37.406632Z",
            "url": "https://files.pythonhosted.org/packages/02/1f/3bbfeb567cc5d0aa75b3cbcee5672b9ff24616cc57b07a394f9513541cfb/eric_sse-0.5.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe6d16d242d650135f416b0ca47b2ba2bfb59a17151be94de413f93b628730ee",
                "md5": "42f6374c69bd47efabcfcc3edff17f46",
                "sha256": "906dad2e2b4d172000923bd7759bb98a9ea0e513a752a404e7a46ef66039cf89"
            },
            "downloads": -1,
            "filename": "eric_sse-0.5.4.tar.gz",
            "has_sig": false,
            "md5_digest": "42f6374c69bd47efabcfcc3edff17f46",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 6560,
            "upload_time": "2024-10-17T16:39:38",
            "upload_time_iso_8601": "2024-10-17T16:39:38.348262Z",
            "url": "https://files.pythonhosted.org/packages/fe/6d/16d242d650135f416b0ca47b2ba2bfb59a17151be94de413f93b628730ee/eric_sse-0.5.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-17 16:39:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "laxertu",
    "github_project": "eric",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "eric-sse"
}
        
Elapsed time: 1.01327s