prefect
Package — Cloud/DevOpsPython 3.7+Advanced
Modern workflow orchestration for data pipelines
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- httpx, pydantic, pendulum, cloudpickle, aiosqlite, sqlalchemy, typer, rich, packaging, toml, typing-extensions
- Install
pip install prefect
Learn by Difficulty
Quick Example
python
# Install: pip install prefect import prefect # Basic prefect usage print(f"Using prefect") # See documentation for detailed examples
prefect is a third-party package. Modern workflow orchestration for data pipelines. Install with: pip install prefect
Try in PlaygroundTags
packageclouddevopsinfrastructure