mirror of
https://github.com/vinta/awesome-python.git
synced 2025-01-18 23:37:00 +00:00
Add job Scheduler
This commit is contained in:
parent
16928f6579
commit
2ae494b674
|
@ -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.*
|
||||
|
|
Loading…
Reference in New Issue
Block a user