Command Line Interface Formulation Framework
Go to file
Doug Hellmann 83469ad81a Doc updates for API changes.
Clean up docstrings.
Bump version to 1.0.

Change-Id: I1047c637ffed4ffac8bffbdaa1bddc56895716d9
2012-06-20 17:27:08 -04:00
cliff Doc updates for API changes. 2012-06-20 17:27:08 -04:00
demoapp Doc updates for API changes. 2012-06-20 17:27:08 -04:00
docs Doc updates for API changes. 2012-06-20 17:27: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
LICENSE change to apache license 2012-04-20 10:06:58 -07: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
Makefile add Makefile with some common release operations 2012-04-25 17:14:06 -04:00
README.rst add travis-ci status image to README 2012-05-12 18:43:20 -04:00
announce.rst Doc updates for API changes. 2012-06-20 17:27:08 -04:00
distribute_setup.py add distribute_setup.py so install works 2012-04-20 09:55:11 -07:00
setup.py Doc updates for API changes. 2012-06-20 17:27:08 -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

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/