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 06aca6c commit 8e3a8a9Copy full SHA for 8e3a8a9
README.md
@@ -1,2 +1,11 @@
1
-# flowbase-python
2
-Python implementation of the FlowBase micro-FBP framework idea.
+# FlowBase python
+
3
+Python implementation of the [FlowBase micro-FBP framework
4
+idea](https://flowbase.org), using Python's asyncio library, introduced in
5
+Python 3.4/3.5.
6
7
+# Acknowledgements
8
9
+Kudos to [Simone Baffelli](https://github.com/baffelli)'s
10
+[Pyperator](https://github.com/baffelli/pyperator/) library which showed that
11
+it is in fact possible to implement an FBP-like library using asyncio.
0 commit comments