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

Skip to content

Commit 9c29c47

Browse files
committed
Merge remote-tracking branch 'Xuefeng-Zhu/patch-2'
2 parents 57a94a6 + 9c5f68f commit 9c29c47

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
@@ -67,6 +67,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
6767
- [Third-party APIs](#third-party-apis)
6868
- [DevOps Tools](#devops-tools)
6969
- [Workflow Execution](#workflow-execution)
70+
- [Job Scheduler](#job-scheduler)
7071
- [Foreign Function Interface](#foreign-function-interface)
7172
- [High Performance](#high-performance)
7273
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
@@ -843,6 +844,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
843844
* [Luigi](https://github.com/spotify/luigi) - A Python module that helps you build complex pipelines of batch jobs.
844845
* [Spiff](https://github.com/knipknap/SpiffWorkflow) - A powerful workflow engine implemented in pure Python.
845846

847+
## Job Scheduler
848+
849+
*Libraries for scheduling jobs.*
850+
851+
* [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.
853+
846854
## Foreign Function Interface
847855

848856
*Libraries for providing foreign function interface.*

0 commit comments

Comments
 (0)