mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 20:41:08 +00:00
Merge pull request #77 from harlowja/master
Add a workflow execution section
This commit is contained in:
commit
bcdd67c314
10
README.md
10
README.md
|
@ -65,6 +65,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
- [Foreign Function Interface](#foreign-function-interface)
|
- [Foreign Function Interface](#foreign-function-interface)
|
||||||
- [High Performance](#high-performance)
|
- [High Performance](#high-performance)
|
||||||
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
|
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
|
||||||
|
- [Workflow Execution](#workflow-execution)
|
||||||
- [Hardware](#hardware)
|
- [Hardware](#hardware)
|
||||||
- [Miscellaneous](#miscellaneous)
|
- [Miscellaneous](#miscellaneous)
|
||||||
- [Editor Plugins](#editor-plugins)
|
- [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.
|
* [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.
|
* [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
|
## Hardware
|
||||||
|
|
||||||
*Libraries for programming with hardware.*
|
*Libraries for programming with hardware.*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user