Skip to main content

A framework for CLI/shell programs.

Project description

*Command-line/shell mashup framework*

Maturity License Change Log Build Status PyPI Downloads


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.4 ./setup.py build
python3.4 ./setup.py install

or

python3.4 ./setup.py develop

Compatibility

  • Python 3.4+

Examples


All Examples

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shellish-0.5.8.tar.gz (23.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page