Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

mayfield/shellish

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

276 Commits
276 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shellish

Command-line/shell mashup framework

Maturity License Change Log Build Status Version

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

All Examples

About

Framework for creating shell-ish command line programs.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.