Command Line Interface Formulation Framework
Go to file
OpenStack Proposal Bot 6c5148aa2b Updated from global requirements
Change-Id: Iaff1d1d9b836b8dede6dbf45ed7d9d72b9f715be
2014-09-11 17:13:51 +00:00
cliff mock.assert_called_once() is not a valid method 2014-09-05 15:19:35 +09:30
demoapp Update pyparsing dependency to 2.0.1 2013-09-23 15:45:23 -04:00
docs Add release notes for 1.7.0 2014-08-28 10:58:45 -04: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 Move to stackforge 2013-12-20 22:49:02 +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 readme with links to bug tracker and source 2014-03-04 09:11:47 -08: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 2014-09-11 17:13:51 +00:00
setup.cfg Add value only output formattter 2014-03-17 15:07:28 -06:00
setup.py Updated from global requirements 2014-04-30 02:38:38 +00:00
test-requirements.txt Updated from global requirements 2014-09-11 17:13:51 +00:00
tox.ini Merge "Add docs environment to tox.ini" 2014-09-11 04:29:24 +00: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.