rspyts-cli 0.4.0

Compiler and build orchestrator for rspyts
Documentation
rspyts-cli-0.4.0 has been yanked.

rspyts-cli

Compiler and build orchestrator for rspyts. It extracts the semantic contract from a consumer crate, validates and locks that contract, and stages self-contained Python and TypeScript package output.

cargo install rspyts-cli --version =0.4.0 --locked
rspyts build
rspyts lock
rspyts check --locked

Generated implementation and compiled staging artifacts live below .rspyts/ and should be ignored. rspyts.lock is deterministic, pretty-printed semantic review data and should be committed.

The CLI is distributed only as a Cargo crate. It does not publish or require a Python or npm rspyts runtime.

See the quickstart and reference.

Licensed under MIT.