File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
65
65
- [ Foreign Function Interface] ( #foreign-function-interface )
66
66
- [ High Performance] ( #high-performance )
67
67
- [ Algorithms and Design Patterns] ( #algorithms-and-design-patterns )
68
+ - [ Workflow Execution] ( #workflow-execution )
68
69
- [ Hardware] ( #hardware )
69
70
- [ Miscellaneous] ( #miscellaneous )
70
71
- [ Editor Plugins] ( #editor-plugins )
@@ -767,6 +768,15 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
767
768
* [ python-patterns] ( https://github.com/faif/python-patterns ) - A collection of design patterns in Python.
768
769
* [ algorithms] ( https://github.com/nryoung/algorithms ) - module of algorithms for Python.
769
770
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
+
770
780
## Hardware
771
781
772
782
* Libraries for programming with hardware.*
You can’t perform that action at this time.
0 commit comments