Metadata-Version: 2.4
Name: mash-cli
Version: 0.1.0
Summary: Interactive CLI shell package for Mash applications
Author: imsid
License: Proprietary
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mashpy>=0.1.2
Requires-Dist: prompt_toolkit>=3.0.36
Requires-Dist: rich>=13.7.1

# mash-cli

Interactive CLI package for Mash applications.

It provides:

- `mash` console command
- `mash_cli.CLIAppShell` and related command primitives for app shells

Install options:

- `pip install mash-cli`
- `pip install "mashpy[cli]"`
