Skip to content

Commit c4cd856

Browse files
committed
combine sections
1 parent 9c29c47 commit c4cd856

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
6666
- [MapReduce](#mapreduce)
6767
- [Third-party APIs](#third-party-apis)
6868
- [DevOps Tools](#devops-tools)
69-
- [Workflow Execution](#workflow-execution)
7069
- [Job Scheduler](#job-scheduler)
7170
- [Foreign Function Interface](#foreign-function-interface)
7271
- [High Performance](#high-performance)
@@ -835,21 +834,15 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
835834
* [pexpect](https://github.com/pexpect/pexpect) - A Python module for controlling interactive programs in a pseudo-terminal like GNU expect.
836835
* [provy](https://github.com/python-provy/provy) - An easy-to-use provisioning system in Python.
837836

838-
## Workflow Execution
837+
## Job Scheduler
839838

840-
*Libraries that enable workflows to be executed (remotely or locally).*
839+
*Libraries for scheduling jobs.*
841840

842841
* [TaskFlow](http://docs.openstack.org/developer/taskflow/) - A Python library that helps to make task execution easy, consistent and reliable.
843842
* [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.
845843
* [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-
851844
* [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.
853846

854847
## Foreign Function Interface
855848

0 commit comments

Comments
 (0)