Skip to content

Installation

pip install cli-to-py

Or with uv:

uv add cli-to-py

Python 3.11 or newer is required.

Development Install

From a checkout:

uv sync --extra dev
make test

Useful local commands:

make test
make build
make smoke
make publish-check

make smoke runs real local binaries and is intentionally not part of CI.