Command Line Interface Formulation Framework
Go to file
Doug Hellmann 5862e25b9b remove the entry point data for the moved formatters
Change-Id: Iead2cb83715d744622288cbbb584f98a3c0872fd
2012-08-04 17:31:32 -04:00
cliff Remove tablib formatters from core 2012-07-31 11:06:53 -04:00
demoapp Doc updates for API changes. 2012-06-20 17:27:08 -04:00
docs bump the version number to release a clean build 2012-08-04 17:24:08 -04:00
tests fix help and tests for API change 2012-06-18 18:06:32 -04:00
.gitignore ignore files generated by dev environment 2012-04-28 19:37:22 -04:00
.travis.yml add a requirements file for travis-ci 2012-05-12 18:39:15 -04:00
announce.rst bump the version number to release a clean build 2012-08-04 17:24:08 -04:00
distribute_setup.py add distribute_setup.py so install works 2012-04-20 09:55:11 -07:00
LICENSE change to apache license 2012-04-20 10:06:58 -07:00
Makefile bump the version number to release a clean build 2012-08-04 17:24:08 -04:00
MANIFEST.in add demoapp to release package and clean up files being distributed from the test directory 2012-04-22 16:55:39 -07:00
README.rst add travis-ci status image to README 2012-05-12 18:43:20 -04:00
setup.py remove the entry point data for the moved formatters 2012-08-04 17:31:32 -04:00
test-requirements.txt add a requirements file for travis-ci 2012-05-12 18:39:15 -04:00
tox.ini pep8 cleanup 2012-06-01 10:37:13 -04:00

cliff -- Command Line Interface Formulation Framework

image

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

Documentation

Documentation for cliff is hosted on readthedocs.org at http://readthedocs.org/docs/cliff/en/latest/