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 965d4ec commit 3e6f469Copy full SHA for 3e6f469
README.md
@@ -1,2 +1,11 @@
1
# pypeline
2
Easy-to-use, easy-to-inspect function pipelines for Python
3
+
4
+# Currently under develop. This is simply a placeholder repository.
5
6
+# Value Propositions
7
+- construct a pipeline for executing arbitrary Python function using local or distributed schedulers
8
+- easily start or stop execution of the pipeline based on named stages
9
+- easily start or stop execution based on arbitrary condition
10
+- visualize pipeline execution dynamically in a Jupyter notebook or web browswer using Bokeh (super simple version of dask diagnostics dashboard)
11
+-
0 commit comments