~/projects/shipgate

shipgate

★ 1

Portable quality-gate orchestrator — one policy file, metadata-driven catalog, local CI and pre-commit without hand-rolled glue. AST refactor rules included.

Python

## 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.

← back to all projects