Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ae494b

Browse files
committed
Add job Scheduler
1 parent 16928f6 commit 2ae494b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
6666
- [Third-party APIs](#third-party-apis)
6767
- [DevOps Tools](#devops-tools)
6868
- [Workflow Execution](#workflow-execution)
69+
- [Job Scheduler](#job-scheduler)
6970
- [Foreign Function Interface](#foreign-function-interface)
7071
- [High Performance](#high-performance)
7172
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
@@ -835,6 +836,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
835836
* [Luigi](https://github.com/spotify/luigi) - A Python module that helps you build complex pipelines of batch jobs.
836837
* [Spiff](https://github.com/knipknap/SpiffWorkflow) - A powerful workflow engine implemented in pure Python.
837838

839+
## Job Scheduler
840+
841+
*Libraries for scheduling jobs
842+
843+
* [schedule](https://github.com/dbader/schedule) - Python job scheduling for humans.
844+
845+
838846
## Foreign Function Interface
839847

840848
*Libraries for providing foreign function interface.*

0 commit comments

Comments
 (0)