<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/ Redis integration
* https://pypi.org/project/eric-api/ FastApi microservice
*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, ETL, http based notification systems, etc)
*Documentation*
* Reference https://laxertu.github.io/eric/docs.html
* A good example of usage is eric api service definition: https://github.com/laxertu/eric-api/blob/master/eric_api.py
* Some more example about other usages of the library: https://github.com/laxertu/eric/tree/master/examples
*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": "server sent events, sse, queue, concurrency",
"author": "Luca Stretti",
"author_email": "laxertu@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/fe/6f/e6286a33598a39d0bdd71aba0d523ab2ba147dd917000ce13d9d7b520ea6/eric_sse-2.1.1.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*Related packages*\n\n* https://pypi.org/project/eric-redis-queues/ Redis integration\n* https://pypi.org/project/eric-api/ FastApi microservice\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, ETL, http based notification systems, etc)\n\n*Documentation*\n\n* Reference https://laxertu.github.io/eric/docs.html\n* A good example of usage is eric api service definition: https://github.com/laxertu/eric-api/blob/master/eric_api.py\n* Some more example about other usages of the library: https://github.com/laxertu/eric/tree/master/examples\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": "2.1.1.2",
"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": [
"server sent events",
" sse",
" queue",
" concurrency"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e0eec0bd87d06e1b333b599f53135173feee4c5e537b702b5d8b781c4b9ea830",
"md5": "da1da901b9a3d742015bedc25bb17483",
"sha256": "2027f88e1e8c850eea0673fdeae7c6bb9259d3d5e2753620f4fda94722cde761"
},
"downloads": -1,
"filename": "eric_sse-2.1.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "da1da901b9a3d742015bedc25bb17483",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 15877,
"upload_time": "2025-09-07T20:23:10",
"upload_time_iso_8601": "2025-09-07T20:23:10.860394Z",
"url": "https://files.pythonhosted.org/packages/e0/ee/c0bd87d06e1b333b599f53135173feee4c5e537b702b5d8b781c4b9ea830/eric_sse-2.1.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fe6fe6286a33598a39d0bdd71aba0d523ab2ba147dd917000ce13d9d7b520ea6",
"md5": "6fa2e091f7936339ccad07d6b5deacfc",
"sha256": "e78f850398e8ba0e59e293af692104b1e469ac88e2e9960b9faf491baf8da715"
},
"downloads": -1,
"filename": "eric_sse-2.1.1.2.tar.gz",
"has_sig": false,
"md5_digest": "6fa2e091f7936339ccad07d6b5deacfc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 11788,
"upload_time": "2025-09-07T20:23:12",
"upload_time_iso_8601": "2025-09-07T20:23:12.017642Z",
"url": "https://files.pythonhosted.org/packages/fe/6f/e6286a33598a39d0bdd71aba0d523ab2ba147dd917000ce13d9d7b520ea6/eric_sse-2.1.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-07 20:23:12",
"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"
}