[Python-Dev] Proposed standard module: Optik (original) (raw)

Greg Ward gward@python.net
Mon, 11 Feb 2002 11:10:25 -0500


On 11 February 2002, Guido van Rossum said:

No immediate objection, although there are some other fancy options packages around, and IMO you have to explain why Optik is better.

Well, here's what I like about Optik:

Anyways, read the docs at optik.sourceforge.net for the whole deal.

Can we change the name? Optik is nice for a standalone 3rd party module/package but a bit too fancyful for a standard library module.

Sure, no problem.

It could be a new function in getopt:

from getopt import OptionParser [...] parser = OptionParser()

I guess that's OK if we're agreed that Optik is the be-all, end-all option-parsing tool. (I happen to think so, but I'd like to get opinions from a few other python-dev'ers before I let this go to my head.) I'm pretty cool to names like "super_getopt" or "fancy_getopt", despite having perpetrated precisely the latter in the Distutils. ;-(

    Greg

-- Greg Ward - geek-at-large gward@python.net http://starship.python.net/~gward/ Know thyself. If you need help, call the CIA.