Metadata-Version: 2.4
Name: runegraft
Version: 0.1.1
Summary: Route-style decorator CLI with an interactive shell (REPL), completion, and history.
Project-URL: Homepage, https://runegraft.codesft.dev
Project-URL: Repository, https://github.com/CodeSoftGit/runegraft
Author: codesft
License: MIT
Requires-Python: >=3.11
Requires-Dist: prompt-toolkit>=3.0
Requires-Dist: rich>=13.0
Description-Content-Type: text/markdown

# Runegraft

Runegraft is a small Python CLI framework that combines:

Docs at [https://runegraft.codesft.dev](https://runegraft.codesft.dev)

- Flask-ish *route patterns* for commands: `@cli.command("install <url:str>")`
- Type-hint driven conversion and validation
- An interactive shell (REPL) with:
  - tab completion (fuzzy)
  - persistent history
  - fish-style autosuggestions
  - built-in commands like `help`, `history`, `clear`, `exit`