summaryrefslogtreecommitdiff
path: root/libraries/python-cmdln/README
diff options
context:
space:
mode:
authorRobby Workman <rw@rlworkman.net>2011-03-04 16:45:55 -0300
committerNiels Horn <niels.horn@slackbuilds.org>2011-03-04 16:45:55 -0300
commitb5259a5f2446b8dcf5a8ee64c1646531383de89a (patch)
treea16e35c95615fe017d4c644bdcbd7a718065e2a9 /libraries/python-cmdln/README
parente04ca096215d9771e37bc15a9afdbcf17fca3442 (diff)
downloadslackbuilds-b5259a5f2446b8dcf5a8ee64c1646531383de89a.tar.gz
libraries/python-cmdln: Added (enhanced cmdln module for python)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/python-cmdln/README')
-rw-r--r--libraries/python-cmdln/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/python-cmdln/README b/libraries/python-cmdln/README
new file mode 100644
index 0000000000..af5dcdcb71
--- /dev/null
+++ b/libraries/python-cmdln/README
@@ -0,0 +1,3 @@
+cmdln.py fixes some of the design flaws in cmd.py and takes advantage
+of new Python stdlib modules (e.g. optparse) so that it is more useful
+(and convenient) for implementing command-line scripts/shells.