Command Line Interface Formulation Framework
Go to file
Doug Hellmann 852a729fbb remove use of distribute in demo app
Change-Id: I3bbd270a2a0ed6eee6eb12a326f86aaad84f2aad
2013-08-12 14:48:02 -04:00
cliff Fix default encoding issue with python 2.6 2013-08-12 14:45:23 -04:00
demoapp remove use of distribute in demo app 2013-08-12 14:48:02 -04:00
docs add tests for dict2columns 2013-07-26 15:17:16 -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
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 prep for release 1.4 2013-06-11 14:05:10 -04:00
setup.py prep for release 1.4 2013-06-11 14:05:10 -04:00
test-requirements.txt remove tablib from test requirements 2012-08-15 10:41:46 -04:00
tox.ini move tests into cliff package 2013-07-26 15:19:03 -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/