plac, the easiest command line arguments parser in the world
alex23
wuwei23 at gmail.com
Wed Jun 2 20:51:54 EDT 2010
Michele Simionato <michele.simion... at gmail.com> wrote:
> It seems I have to take that claim back. A few hours after the
> announce I was pointed out tohttp://pypi.python.org/pypi/CLIArgs
> which, I must concede, is even easier to use than plac. It seems
> everybody has written its own command line arguments parser!
I think I still find opterator[1] to be simpler and clearer. No magic
global variables, no spooky behaviour with the main function, just a
decorator and docstring.
1: http://github.com/buchuki/opterator
More information about the Python-list
mailing list