Skip to content

Commit 0edc0aa

Browse files
committed
updated project description
1 parent 71e7512 commit 0edc0aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ pip install eric-sse
1414
*Features*
1515

1616
* Send to one listener and broadcast
17-
* SSE format was adopted by design, making the library suitable for such kind of model
1817
* Callbacks and threading support
18+
* Support to SSE and concurrency batch process implementation
1919
* Sockets server prefab for offline inter process communication
2020

2121
*Possible applications*

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "eric-sse"
3-
description = "A lightweight message dispatcher based on SSE protocol data transfer objects format"
3+
description = "A lightweight and extensible asyncronous message dispatcher"
44
requires-python = ">=3.10"
55
version = "2.1.1.2"
66
authors = [

0 commit comments

Comments
 (0)