Logoj0ke.net Open Build Service > Projects > Apache:Modules > python-cmdln > Meta
Sign Up | Log In

Meta Configuration of Package python-cmdln

x
 
1
<package name="python-cmdln" project="Apache:Modules">
2
  <title>An improved cmd.py for Writing Multi-command Scripts and Shells</title>
3
  <description>`cmdln.py` is an extension of Python's default `cmd.py` module that
4
provides "a simple framework for writing line-oriented command
5
interpreters".  The idea (with both cmd.py and cmdln.py) is to be able
6
to quickly build multi-sub-command tools (think cvs or svn) and/or
7
simple interactive shells (think gdb or pdb).  Cmdln's extensions make
8
it more natural to write sub-commands, integrate optparse for simple
9
option processing, and make having good command documentation easier.
10
</description>
11
  <build>
12
    <disable repository="Apache_SLE_11"/>
13
    <disable repository="SLE_11"/>
14
  </build>
15
  <debuginfo>
16
    <disable/>
17
  </debuginfo>
18
</package>
19