[PR #1589] [MERGED] Add Prefect #1383

Closed
opened 2025-11-06 13:15:08 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1589
Author: @karmijo
Created: 8/11/2020
Status: Merged
Merged: 9/22/2020
Merged by: @vinta

Base: masterHead: add-prefect


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Prefect is a workflow orchestration framework that takes care of a lot of the "negative engineering" aspects of building and scheduling workflows:

  • intuitive scheduling interface
  • first-class caching
  • state management of tasks
  • parametrization of workflows
  • ability to scale on most platforms

What's the difference between this Python project and similar ones?

  • Pythonic interface
  • can actually handle scaling (first-class Dask integrations too!)
  • dynamic pipelines (parameters, mapping, looping, etc.)
  • lightweight, easy-to-use and flexible

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1589 **Author:** [@karmijo](https://github.com/karmijo) **Created:** 8/11/2020 **Status:** ✅ Merged **Merged:** 9/22/2020 **Merged by:** [@vinta](https://github.com/vinta) **Base:** `master` ← **Head:** `add-prefect` --- ### 📝 Commits (1) - [`26cffb2`](https://github.com/vinta/awesome-python/commit/26cffb202e37cd65aa088715b9981fbd848fea16) Add prefect entry ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? Prefect is a workflow orchestration framework that takes care of a lot of the "negative engineering" aspects of building and scheduling workflows: - intuitive scheduling interface - first-class caching - state management of tasks - parametrization of workflows - ability to scale on most platforms ## What's the difference between this Python project and similar ones? - Pythonic interface - can actually handle scaling (first-class Dask integrations too!) - dynamic pipelines (parameters, mapping, looping, etc.) - lightweight, easy-to-use and flexible -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:15:08 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1383