mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-08 06:38:26 -05:00
[PR #3031] [CLOSED] Add dotflow to Job Schedulers section #13654
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/3031
Author: @FernandoCelmer
Created: 4/7/2026
Status: ❌ Closed
Base:
master← Head:add-dotflow📝 Commits (1)
57c77c8Add dotflow to Job Schedulers section📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Why dotflow belongs here
Dotflow is a lightweight Python library for building execution pipelines. It fits the Job Schedulers section as it provides cron-based scheduling with overlap strategies (skip, queue, parallel), alongside pipeline orchestration features.
Hidden Gem justification: Dotflow is a focused, well-documented library actively maintained since 2025. While still growing in stars, it offers a unique combination of zero-infrastructure pipeline execution with built-in retry, checkpoint/resume, and cron scheduling that no other library in this section provides.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.