Install Runegraft
Runegraft ships as a normal Python package. Pick the install path that fits your workflow.
Run python -m runegraft with no args to drop into the interactive shell immediately.
Build a CLI in 60 seconds
Drop this into cli.py (or any module you prefer) to see the basics:
Run it however you like:
What you just got
- Flask-like command routes:
install <url:url> and typed args.
- A polished shell: completion, history, aliases,
source scripts, and system command passthrough.
- Friendly errors and help text generated from your function signatures.
Next steps