jacquev6 / InteractiveCommandLine

Python framework for command-line executables with an interactive shell mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DO NOT USE THIS LIBRARY: the click library is vastly better. I will not fix anything in this library and I'm migrating my own projects to click.

InteractiveCommandLine is a Python (2.7+ and 3.3+) framework for git-style command line interface (main program, commands, sub-commands) and shell-like interface, with prompt.

It's licensed under the MIT license. It's available on the Python package index, its documentation is hosted by Python and its source code is on GitHub.

image

image

image

image

image

image

image

image

image

image

image

image

image

Quick start

Install from PyPI:

$ pip install InteractiveCommandLine

Import:

>>> from InteractiveCommandLine import *

@todoc Quick start

About

Python framework for command-line executables with an interactive shell mode

License:MIT License


Languages

Language:Python 100.0%