On Monday 20 April 2015 16:20, Chris Angelico wrote: > Looking for comments, recommendations, advice that I've just wasted > half a day on something utterly useless, whatever it be! > > I've just posted a new (single-module) package to PyPI that simplifies > the creation of an argparse UI for a program that consists of a number > of subcommands. It uses function docstrings and, optionally, > annotations, to put together the necessary argparse configs, without > needing all the names to be written out lots of times.
How is your module different from Docopt? http://docopt.org/ -- Steve -- https://mail.python.org/mailman/listinfo/python-list