rspyts-cli 0.4.1

Compiler and build orchestrator for rspyts
Documentation
rspyts-cli-0.4.1 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.1 --locked
rspyts build
rspyts lock
rspyts check --locked

Generated implementation and compiled staging artifacts live below .rspyts/. Its atomic replacement siblings .rspyts.tmp-*, .rspyts.old-*, .rspyts.lock.tmp-*, and .rspyts.lock.old-* 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.