## What it is
ShipGate is a portable quality-gate orchestrator for Python projects. One policy file drives a metadata-driven catalog of checks, formatters, and structural refactors — local CI, pre-commit, and a report UI without hand-rolled glue in every repo.
## Why I built it
Every team ends up with the same drift: half a dozen tool configs, slightly different scopes, and a pre-commit file that nobody wants to touch. I wanted one abstraction that survives the next tool — policy at the top, adapters at the edge, execution in the middle.
## Try it
pip install shipgate — full docs at inquilabee.github.io/shipgate.