Library for handling GNU parameters

Florian Lindner Florian.Lindner at xgm.de
Mon Feb 23 16:53:51 EST 2004


Hello,
is there a python library available for handling GNU parameters. For
example:

prog --filename=foo.bar   is the same as  prog -f foo.bar

or

prog --execute   ==  prog -e

I look for a library for parsing these string and represent the values in a
list.

Thx,
Florian



More information about the Python-list mailing list