runwisp-jobkit packages a small CLI and library surface around a simple idea: a job is a directory with a job.toml and the files it needs.
v0.1.0 is published on PyPI and GitHub Releases.
Install
uv tool install --python 3.14 runwisp-jobkit
runwisp-job --help
Commands
runwisp-job doctor JOB_DIR
runwisp-job run JOB_DIR [ARG ...]
doctor validates without running. run execs the job process after validation.
Scope
Deliberately out of scope:
- Installing job dependencies
- Job discovery / registry
- Secrets storage
- RunWisp policy management
Those stay with the job package and its deployment environment.
Links
- Repository
- Authoring docs
- PyPI
- Narrative walkthrough: runwisp-jobkit: a shell-free harness for RunWisp jobs