Merge pull request #77 from harlowja/master

Add a workflow execution section
This commit is contained in:
Vinta 2014-07-07 09:50:33 +08:00
commit bcdd67c314
1 changed files with 10 additions and 0 deletions

View File

@ -65,6 +65,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
- [Foreign Function Interface](#foreign-function-interface)
- [High Performance](#high-performance)
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
- [Workflow Execution](#workflow-execution)
- [Hardware](#hardware)
- [Miscellaneous](#miscellaneous)
- [Editor Plugins](#editor-plugins)
@ -767,6 +768,15 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
* [algorithms](https://github.com/nryoung/algorithms) - module of algorithms for Python.
## Workflow Execution
*Libraries that enable workflows to be executed (remotely or locally).*
* [TaskFlow](http://docs.openstack.org/developer/taskflow/) - A Python library that helps to make task execution easy, consistent and reliable.
* [Joblib](http://pythonhosted.org/joblib/index.html) - A set of tools to provide lightweight pipelining in Python.
* [Luigi](https://github.com/spotify/luigi) - A Python module that helps you build complex pipelines of batch jobs.
* [Spiff](https://github.com/knipknap/SpiffWorkflow) - A powerful workflow engine implemented in pure Python.
## Hardware
*Libraries for programming with hardware.*