You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
67
67
-[Third-party APIs](#third-party-apis)
68
68
-[DevOps Tools](#devops-tools)
69
69
-[Workflow Execution](#workflow-execution)
70
+
-[Job Scheduler](#job-scheduler)
70
71
-[Foreign Function Interface](#foreign-function-interface)
71
72
-[High Performance](#high-performance)
72
73
-[Algorithms and Design Patterns](#algorithms-and-design-patterns)
@@ -843,6 +844,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
843
844
*[Luigi](https://github.com/spotify/luigi) - A Python module that helps you build complex pipelines of batch jobs.
844
845
*[Spiff](https://github.com/knipknap/SpiffWorkflow) - A powerful workflow engine implemented in pure Python.
845
846
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
+
846
854
## Foreign Function Interface
847
855
848
856
*Libraries for providing foreign function interface.*
0 commit comments