A framework for CLI/shell programs.
Project description
shellish
Command-line/shell mashup framework
About
This module combines the Python standard library modules argparse and cmd to provide a unified way to make cli programs that can also be interactive (when invoked in "shell" mode).
The main benefit to using this package is streamlined command hierarchy when you want to have rich set of subcommands along with a pretty powerful tab completion layer that parses argparse arguments automagically.
Requirements
Posix-like platform
Installation
PyPi Stable Release
pip3 install shellish
Development Release
python3 ./setup.py build
python3 ./setup.py install
or
python3 ./setup.py develop
Compatibility
- Python 3.5+
Examples
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
shellish-5.1.tar.gz
(65.2 kB
view details)
File details
Details for the file shellish-5.1.tar.gz
.
File metadata
- Download URL: shellish-5.1.tar.gz
- Upload date:
- Size: 65.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15595d6d2d3613d9270262d6f5c361851ae1dd740cf42877c66654e956757641 |
|
MD5 | ac266796a29047777cde844923ee15ce |
|
BLAKE2b-256 | 755eaf988d487d9e9188f5f3e708ae60dd89aef0785db9898b846c3fe13578e5 |