Skip to content

Commit 3e6f469

Browse files
authored
Update README.md
1 parent 965d4ec commit 3e6f469

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# pypeline
22
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

Comments
 (0)