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.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/python-cmdln && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
cmdln-2.0.0.zip | 0000061125 59.7 KB | |
python-cmdln.changes | 0000002694 2.63 KB | |
python-cmdln.spec | 0000002165 2.11 KB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 843646
from
Matej Cepl (mcepl)
(revision 19)
- Use %pycache_only %python_sitelib instead of %python3_sitelib fixes gh#openSUSE/python-rpm-macros#64#issuecomment-715373348
Comments 0