Skip to content

Python3pkg/InteractiveCommandLine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Questions? Remarks? Bugs? Want to contribute? Open an issue!

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

  • Python 100.0%