We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4223316 commit 5df364dCopy full SHA for 5df364d
1 file changed
README.md
@@ -1,13 +1,15 @@
1
# dam
2
3
-Python Stream Processing toolkit
+> Python Stream Processing minimalistic toolkit
4
5
:warning: WARNING :warning:
6
7
_This repo is highly experimental and it's not recommended for production use._
8
9
_The interface may change at any time during initial development._
10
11
+_Still not published to pypi._
12
+
13
```python
14
import asyncio
15
from dam import App, Topic
0 commit comments