Hi All, Any recommendations on creating good command line interfaces using Python? We have a usecase to wrap Airavata Python SDK samples to create good command line tool to submit jobs.
Here are some tools I found with varying opinions: https://docs.python.org/2/library/argparse.html# https://docs.python.org/2/library/cmd.html High level tools like Click, Clint - http://docs.python-guide.org/en/latest/scenarios/cli/ Any opinions? Thanks, Suresh
