Name: | python-cmdln |
---|---|
Version: | 1.3.0 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 167580 |
License: | MIT |
RPM: | python-cmdln-1.3.0-2.el7.noarch.rpm |
Source RPM: | python-cmdln-1.3.0-2.el7.src.rpm |
Build Date: | Wed Oct 25 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/trentm/cmdln |
Summary: | An improved cmd.py for Writing Multi-command Scripts and Shells |
Description: | `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. |