1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/devel/py-getargs/pkg-descr
Ying-Chieh Liao 1339cafcff add py-getargs 2.12
Parse command line arguments in sys.argv
2004-02-02 01:23:33 +00:00

8 lines
292 B
Plaintext

This module implements a Command Line Parser class (CLParser) that
applications can use to parse command line arguments in sys.argv.
getargs is designed as a considerably more powerful and flexible alternative
to the standard getopt module.
WWW: http://iamroot.beigetower.org/getargs.html