Search
j0ke.net Open Build Service
>
Projects
>
Apache
:
Modules
>
python-cmdln
> Meta
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Meta Configuration of Package python-cmdln
<package name="python-cmdln" project="Apache:Modules"> <title>An improved cmd.py for Writing Multi-command Scripts and Shells</title> <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. </description> <build> <disable repository="Apache_SLE_11"/> <disable repository="SLE_11"/> </build> <debuginfo> <disable/> </debuginfo> </package>