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.
- Links to devel:languages:python / python-cmdln
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Apache:MirrorBrain/python-cmdln && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000139 139 Bytes | |
cmdln-1.1.2.tar.gz | 0000075998 74.2 KB | |
debian.changelog | 0000000134 134 Bytes | |
debian.tar.gz | 0000002028 1.98 KB | |
project.diff | 0000002309 2.25 KB | |
python-cmdln.dsc | 0000000345 345 Bytes |
Comments 0