Skip to content

jacquev6/InteractiveCommandLine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages