An improved cmd.py for Writing Multi-command Scripts and Shells
`cmdln.py` is an extension of Python's default `cmd.py` module that provides "a simple framework for writing line-oriented command interpreters". The idea (with both cmd.py and cmdln.py) is to be able to quickly build multi-sub-command tools (think cvs or svn) and/or simple interactive shells (think gdb or pdb). Cmdln's extensions make it more natural to write sub-commands, integrate optparse for simple option processing, and make having good command documentation easier. Documentation package.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.0.0-20.fc35 | - |
Fedora 35 | 2.0.0-20.fc35 | - |
Fedora 34 | 2.0.0-18.fc34 | - |
EPEL 7 | 1.3.0-2.el7 | - |
You can contact the maintainers of this package via email at
python-cmdln dash maintainers at fedoraproject dot org
.