Registry / workflow / mad-prefect

mad-prefect

JSON →
library2.3.0pypypiunverified

A collection of Prefect utilities and task libraries for building robust data pipelines. Current version 2.3.0, requires Python <3.13 and >=3.11. It provides custom blocks, flows, and integrations commonly used with Prefect.

workflowdatadevops
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

from mad_prefect import MadBlock

Basic flow using MadBlock and MadFlow decorator.

from mad_prefect import MadFlow, MadBlock import prefect @MadFlow def my_flow(): block = MadBlock.load("my-block") return block.run() if __name__ == "__main__": my_flow()
Debug
Known footguns
breakingIn v2.0.0, the package restructured exports: `MadBlock` and `MadTask` are no longer in subpackages. Old imports from `mad_prefect.blocks` and `mad_prefect.tasks` will break.
gotchaMadPrefect requires Prefect >=2.0 but also has upper bounds on Prefect version. Mixing incompatible Prefect versions leads to cryptic import errors.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
18 hits · last 30 days
ahrefsbot
4
gptbot
3
amazonbot
3
claudebot
3
bingbot
1
Resources