🔎 Overview#
📦 Pypeline
Pypeline lets you define your build, test, and deployment pipeline in a single YAML file and run it consistently across your local development environment and any CI/CD platform.
Quick Start
pipx install pypeline-runner
pypeline init --project-dir my-pipeline
cd my-pipeline
pypeline run
See the First Pipeline Tutorial for a complete walkthrough.