Command Line Interface Formulation Framework
Go to file
Doug Hellmann 276e8a4694 add some error handling to App 2012-04-22 15:14:02 -07:00
cliff add some error handling to App 2012-04-22 15:14:02 -07:00
demoapp add some error handling to App 2012-04-22 15:14:02 -07:00
tests save commands using the name representation to be used in help output; don't modify the input arg list when searching for the command; return the name of the command found so the app can stuff it into the help text of the command 2012-04-20 16:49:47 -07:00
.gitignore use logging for controlling console output verbosity 2012-04-21 08:01:57 -07:00
LICENSE change to apache license 2012-04-20 10:06:58 -07:00
MANIFEST.in add distribute_setup.py so install works 2012-04-20 09:55:11 -07:00
README.rst add a basic description to readme 2012-04-20 09:50:38 -07:00
distribute_setup.py add distribute_setup.py so install works 2012-04-20 09:55:11 -07:00
setup.py change to apache license 2012-04-20 10:06:58 -07:00
tox.ini install nose for tox tests 2012-04-20 22:27:29 -07:00

README.rst

cliff -- Command Line Interface Formulation Framework

cliff is a framework for building command line programs. It uses setuptools entry points to provide subcommands, output formatters, and other extensions.