https://github.com/makepath/pypeline
Easy-to-use, easy-to-inspect function pipelines for Python
https://github.com/makepath/pypeline
Last synced: 3 months ago
JSON representation
Easy-to-use, easy-to-inspect function pipelines for Python
- Host: GitHub
- URL: https://github.com/makepath/pypeline
- Owner: makepath
- License: mit
- Created: 2021-01-12T17:35:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T14:54:53.000Z (almost 5 years ago)
- Last Synced: 2025-04-07T06:34:32.261Z (10 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pypeline
Easy-to-use, easy-to-inspect function pipelines for Python
# Currently under develop. This is simply a placeholder repository.
# Value Propositions
- construct a pipeline for executing arbitrary Python function using local or distributed schedulers
- easily start or stop execution of the pipeline based on named stages
- easily start or stop execution based on arbitrary condition
- visualize pipeline execution dynamically in a Jupyter notebook or web browswer using Bokeh (super simple version of dask diagnostics dashboard)
-