An open API service indexing awesome lists of open source software.

https://github.com/rec/console-baseclass-python


https://github.com/rec/console-baseclass-python

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Console Baseclass Python

What is it?
-----------

The Console baseclass is a derivable python class that implements
two main features:
* Process the terminal line input for flags customly defined. Each flag may require a type input
and a default/custom method executed when the flag is present on the terminal. This functionality
closely resembles the argparse module.
* A in-program console defining your own commands, with the same functionality
of the flag parsing options mentioned above. This functionality closely resembles the cmd module,
but adds the functionality of flags, displaying their options. All terminal flag options and
additional args are always present in both command and flag handler method (that is customly
spesified).

The latest version
------------------

The lates version can always be found at the public repository over at
https://github.com/vladwow91/console-baseclass-python

Documentation
-------------

The documentation for the implementation and usage of this module is
available at
vladwow91.github.com/console-baseclass-python

Contact
-------

Author: Vegard Sandengen
email: vegardsandengen@gmail.com