CLI framework using python

Chris Angelico rosuav at gmail.com
Tue Oct 14 09:43:16 EDT 2014


On Wed, Oct 15, 2014 at 12:33 AM, vijnaana bhairava <vijnaana at gmail.com> wrote:
> Another question i have is whether it uses argparse?
> If so, what value add does PYCLI do?

It depends what you mean by "CLI framework". If you simply mean
something like hg, where you have subcommands and options and so on,
all you really need is argument parsing. Take the simplest possible
solution and run with it!

ChrisA



More information about the Python-list mailing list