Command Line Interface Formulation Framework
Go to file
Jeremy Stanley a010edc26b Work toward Python 3.4 support and testing
Change-Id: I6b9f7dd4fc4f5e876f566816e19aabd902f5481a
2014-09-03 19:03:23 +00:00
cliff Set the main logger name to match the application 2014-07-25 09:44:10 -04:00
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-07-26 12:43:54 -06: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 add doc requirements to venv 2014-04-03 07:36:51 -07:00
tox.ini Work toward Python 3.4 support and testing 2014-09-03 19:03:23 +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.