Add job Scheduler

This commit is contained in:
Xuefeng Zhu 2014-07-21 09:40:16 -04:00
parent 16928f6579
commit 2ae494b674

View File

@ -66,6 +66,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
- [Third-party APIs](#third-party-apis)
- [DevOps Tools](#devops-tools)
- [Workflow Execution](#workflow-execution)
- [Job Scheduler](#job-scheduler)
- [Foreign Function Interface](#foreign-function-interface)
- [High Performance](#high-performance)
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
@ -835,6 +836,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [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.
## Job Scheduler
*Libraries for scheduling jobs
* [schedule](https://github.com/dbader/schedule) - Python job scheduling for humans.
## Foreign Function Interface
*Libraries for providing foreign function interface.*