Skip to content

Commit bcdd67c

Browse files
committed
Merge pull request vinta#77 from harlowja/master
Add a workflow execution section
2 parents 62b75e9 + c4574c0 commit bcdd67c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
6565
- [Foreign Function Interface](#foreign-function-interface)
6666
- [High Performance](#high-performance)
6767
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
68+
- [Workflow Execution](#workflow-execution)
6869
- [Hardware](#hardware)
6970
- [Miscellaneous](#miscellaneous)
7071
- [Editor Plugins](#editor-plugins)
@@ -767,6 +768,15 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
767768
* [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
768769
* [algorithms](https://github.com/nryoung/algorithms) - module of algorithms for Python.
769770

771+
## Workflow Execution
772+
773+
*Libraries that enable workflows to be executed (remotely or locally).*
774+
775+
* [TaskFlow](http://docs.openstack.org/developer/taskflow/) - A Python library that helps to make task execution easy, consistent and reliable.
776+
* [Joblib](http://pythonhosted.org/joblib/index.html) - A set of tools to provide lightweight pipelining in Python.
777+
* [Luigi](https://github.com/spotify/luigi) - A Python module that helps you build complex pipelines of batch jobs.
778+
* [Spiff](https://github.com/knipknap/SpiffWorkflow) - A powerful workflow engine implemented in pure Python.
779+
770780
## Hardware
771781

772782
*Libraries for programming with hardware.*

0 commit comments

Comments
 (0)