Skip to content

Commit 7ec3d18

Browse files
committed
docs: update docs
1 parent 97ce8e6 commit 7ec3d18

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

drive_flow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .core import EventEngineCls
22
from .types import EventInput
33

4-
__version__ = "0.0.1.alpha1"
4+
__version__ = "0.0.1.alpha2"
55
__author__ = "Jianbai Ye"
66
__url__ = "https://github.com/memodb-io/drive-flow"
77

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@
1515
</div>
1616

1717

18+
🌬️ [Zero dependency](./requirements.txt). No trouble, no loss.
1819

20+
🍰 With **intuitive decorators**, write your async workflow like a piece of cake.
1921

22+
🔄 Support dynamic dispatch(`goto`, `abort`). Create a **looping or if-else workflow with ease**.
2023

24+
🔜 **Fully asynchronous**. Events are always triggered at the same time if they listen to the same group!
2125

2226

2327

0 commit comments

Comments
 (0)