We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ce8e6 commit 7ec3d18Copy full SHA for 7ec3d18
drive_flow/__init__.py
@@ -1,7 +1,7 @@
1
from .core import EventEngineCls
2
from .types import EventInput
3
4
-__version__ = "0.0.1.alpha1"
+__version__ = "0.0.1.alpha2"
5
__author__ = "Jianbai Ye"
6
__url__ = "https://github.com/memodb-io/drive-flow"
7
readme.md
@@ -15,9 +15,13 @@
15
</div>
16
17
18
+🌬️ [Zero dependency](./requirements.txt). No trouble, no loss.
19
20
+🍰 With **intuitive decorators**, write your async workflow like a piece of cake.
21
22
+🔄 Support dynamic dispatch(`goto`, `abort`). Create a **looping or if-else workflow with ease**.
23
24
+🔜 **Fully asynchronous**. Events are always triggered at the same time if they listen to the same group!
25
26
27
0 commit comments