https://github.com/rec/console-baseclass-python
https://github.com/rec/console-baseclass-python
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rec/console-baseclass-python
- Owner: rec
- Created: 2012-12-28T19:44:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-28T17:04:37.000Z (over 13 years ago)
- Last Synced: 2025-02-13T18:53:03.533Z (over 1 year ago)
- Language: Python
- Size: 192 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.txt
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