{"library":"mad-prefect","title":"Mad Prefect","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install mad-prefect"],"cli":null},"imports":["from mad_prefect import MadBlock","from mad_prefect import MadTask"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from mad_prefect import MadFlow, MadBlock\nimport prefect\n\n@MadFlow\ndef my_flow():\n    block = MadBlock.load(\"my-block\")\n    return block.run()\n\nif __name__ == \"__main__\":\n    my_flow()","lang":"python","description":"Basic flow using MadBlock and MadFlow decorator.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}