Command Line Interface Formulation Framework
Go to file
Dan Kirkwood 9ce5e930e5 add actual column names to error msg
Closes-Bug: 1712876

Change-Id: I2f251966fc1286b286b8625ebee5bb431aad232e
2017-09-05 21:41:26 -06:00
cliff add actual column names to error msg 2017-09-05 21:41:26 -06:00
demoapp add before and after hooks 2017-06-30 09:50:21 -04:00
doc Merge "Update and replace http with https for doc links" 2017-08-23 09:53:11 +00:00
integration-tests Add Constraints support 2017-01-04 08:55:06 +11:00
tools Add Constraints support 2017-01-04 08:55:06 +11:00
.gitignore covert test suite to use testrepository 2017-04-23 10:16:30 -04:00
.gitreview Update .gitreview after repo rename 2014-02-07 20:38:59 +00:00
.testr.conf covert test suite to use testrepository 2017-04-23 10:16:30 -04:00
.travis.yml add pypy test env configuration 2013-09-23 15:45:31 -04:00
CONTRIBUTING.rst Update and replace http with https for doc links 2017-07-21 10:55:01 +08:00
LICENSE change to apache license 2012-04-20 10:06:58 -07:00
MANIFEST.in remove the other traces of distribute 2013-06-11 14:01:31 -04:00
Makefile Correct path to docs 2015-11-12 13:52:05 +00:00
README.rst Update and replace http with https for doc links 2017-07-21 10:55:01 +08:00
openstack-common.conf remove openstack-common.conf 2016-01-15 12:53:44 +08:00
requirements.txt Updated from global requirements 2017-08-22 15:32:32 -07:00
setup.cfg Merge "Update and replace http with https for doc links" 2017-08-23 09:53:11 +00:00
setup.py Updated from global requirements 2017-03-02 11:43:26 +00:00
test-requirements.txt Updated from global requirements 2017-08-22 15:32:32 -07:00
tox.ini Make openstackdocstheme an optional doc dependency 2017-08-07 09:28:04 +02:00

README.rst

Team and repository tags

image

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.