Command Line Interface Formulation Framework
Go to file
Andrew Spiers c7462f8ab1 Update links to setuptools doc.
The link is README was redirecting permanently to the adjusted location,
The link in introduction.rst returned 404.

Change-Id: I5de1d950b58efb9d4718b2c8916d3c6ecf977070
2015-03-10 16:35:58 +11:00
cliff Merge "Document print_help_if_requested method" 2015-03-06 18:28:30 +00:00
demoapp Update pyparsing dependency to 2.0.1 2013-09-23 15:45:23 -04:00
doc Update links to setuptools doc. 2015-03-10 16:35:58 +11:00
integration-tests Fix stable integration tests 2014-08-26 10:52:38 -04:00
tools Import run_cross_tests.sh from oslo-incubator 2014-04-03 09:01:40 -07:00
.gitignore move to pbr for packaging 2014-01-03 12:17:56 -05:00
.gitreview Update .gitreview after repo rename 2014-02-07 20:38:59 +00:00
.travis.yml add pypy test env configuration 2013-09-23 15:45:31 -04:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:36 +00: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 bump the version number to release a clean build 2012-08-04 17:24:08 -04:00
README.rst Update links to setuptools doc. 2015-03-10 16:35:58 +11:00
announce.rst move to pbr for packaging 2014-01-03 12:17:56 -05:00
openstack-common.conf Import run_cross_tests.sh from oslo-incubator 2014-04-03 09:01:40 -07:00
requirements.txt Updated from global requirements 2015-02-20 13:50:32 +00:00
setup.cfg Bring doc build up to standard 2014-10-26 00:22:44 +00:00
setup.py Updated from global requirements 2014-04-30 02:38:38 +00:00
test-requirements.txt Bring doc build up to standard 2014-10-26 00:22:44 +00:00
tox.ini Fix pep8 tests for lambda 2015-02-20 09:33:20 -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.