Ideas for a module to process command line arguments
Michele Simionato
michele.simionato at gmail.com
Tue Jan 11 03:32:32 EST 2011
On Jan 11, 8:25 am, Alice Bevan–McGregor <al... at gothcandy.com> wrote:
explicit callbacks or typecasting functions, etc.
>
> I got tired of using PasteScript and OptParse. Mostly OptParse, actually. :/
It's a pity that the argument parsing modules in the standard library
are so verbose that everybody is reinventing the same thing :-( It
looks like you have reinvented plac: http://pypi.python.org/pypi/plac
More information about the Python-list
mailing list