Command Line Interface Formulation Framework
Go to file
Doug Hellmann e9cecc93f1 remove the other traces of distribute
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-06-11 14:01:31 -04:00
cliff Expose instantiated interpreter instance and assign it to the 'interpreter' 2013-05-29 15:38:36 -07:00
demoapp Fix typo. 2013-01-03 21:38:50 -06:00
docs remove the other traces of distribute 2013-06-11 14:01:31 -04:00
tests Expose instantiated interpreter instance and assign it to the 'interpreter' 2013-05-29 15:38:36 -07: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
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 add travis-ci status image to README 2012-05-12 18:43:20 -04:00
announce.rst Update announcement for release 1.3.3 2013-05-02 14:24:26 -04:00
setup.py remove the other traces of distribute 2013-06-11 14:01:31 -04:00
test-requirements.txt remove tablib from test requirements 2012-08-15 10:41:46 -04:00
tox.ini add python 3.3 to tox 2013-03-26 16:56:16 -04:00

README.rst

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/