[Tutor] Option parser tools

Changsheng Jiang jiangzuoyan at gmail.com
Thu Jul 23 09:15:42 CEST 2009


just FYI, A simple, not  versatile way,

kargs = dict([i.split('=', 1) for i in sys.argv[1:]])

                                                     Changsheng Jiang


On Thu, Jul 23, 2009 at 14:11, Todd Matsumoto <tmatsumoto at gmx.net> wrote:

> Hello Tutors,
>
> I'm building a script that now needs a command line interface.
>
> I'm aware of optparse, but I'm wondering if there are any other tools that
> may be better for building the interface.
>
> Cheers,
>
> T
> --
> GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
> Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20090723/e9996c1a/attachment-0001.htm>


More information about the Tutor mailing list