Command Line Interface Formulation Framework
Go to file
Doug Hellmann 9939729827 add pypy test env configuration
Change-Id: Iff4023d0078b7c1ac38396725f314f44e2ab2ffc
2013-09-23 15:45:31 -04:00
cliff Re-raise Exception on debug mode 2013-08-29 07:23:41 +02:00
demoapp Update pyparsing dependency to 2.0.1 2013-09-23 15:45:23 -04:00
docs Update pyparsing dependency to 2.0.1 2013-09-23 15:45:23 -04:00
.gitignore ignore files generated by dev environment 2012-04-28 19:37:22 -04:00
.travis.yml add pypy test env configuration 2013-09-23 15:45:31 -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 for release 1.4.4 2013-08-29 12:18:18 -04:00
setup.py Update pyparsing dependency to 2.0.1 2013-09-23 15:45:23 -04:00
test-requirements.txt remove tablib from test requirements 2012-08-15 10:41:46 -04:00
tox.ini add pypy test env configuration 2013-09-23 15:45:31 -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/