From 2ae494b6749b3517d89b7d29259a9ecef3568152 Mon Sep 17 00:00:00 2001 From: Xuefeng Zhu Date: Mon, 21 Jul 2014 09:40:16 -0400 Subject: [PATCH] Add job Scheduler --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 50bb3484..168f0548 100644 --- a/README.md +++ b/README.md @@ -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.*