You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
66
66
-[MapReduce](#mapreduce)
67
67
-[Third-party APIs](#third-party-apis)
68
68
-[DevOps Tools](#devops-tools)
69
-
-[Workflow Execution](#workflow-execution)
70
69
-[Job Scheduler](#job-scheduler)
71
70
-[Foreign Function Interface](#foreign-function-interface)
72
71
-[High Performance](#high-performance)
@@ -835,21 +834,15 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
835
834
*[pexpect](https://github.com/pexpect/pexpect) - A Python module for controlling interactive programs in a pseudo-terminal like GNU expect.
836
835
*[provy](https://github.com/python-provy/provy) - An easy-to-use provisioning system in Python.
837
836
838
-
## Workflow Execution
837
+
## Job Scheduler
839
838
840
-
*Libraries that enable workflows to be executed (remotely or locally).*
839
+
*Libraries for scheduling jobs.*
841
840
842
841
*[TaskFlow](http://docs.openstack.org/developer/taskflow/) - A Python library that helps to make task execution easy, consistent and reliable.
843
842
*[Joblib](http://pythonhosted.org/joblib/index.html) - A set of tools to provide lightweight pipelining in Python.
844
-
*[Luigi](https://github.com/spotify/luigi) - A Python module that helps you build complex pipelines of batch jobs.
845
843
*[Spiff](https://github.com/knipknap/SpiffWorkflow) - A powerful workflow engine implemented in pure Python.
846
-
847
-
## Job Scheduler
848
-
849
-
*Libraries for scheduling jobs.*
850
-
851
844
*[schedule](https://github.com/dbader/schedule) - Python job scheduling for humans.
852
-
*[django-schedule](https://github.com/thauber/django-schedule) - A calendaring app for Django. It is now stable, Please feel free to use it now. Active development has been taken over by bartekgorny.
845
+
*[django-schedule](https://github.com/thauber/django-schedule) - A calendaring app for Django.
0 commit comments