Command Line Interface Formulation Framework
Go to file
Doug Hellmann 0be17dec6b declare a couple of commands that use builtin command names but use multiple words 2012-05-14 17:32:23 -04:00
cliff Merge pull request #9 from heavenshell/feature_py26 2012-05-14 07:44:43 -07:00
demoapp declare a couple of commands that use builtin command names but use multiple words 2012-05-14 17:32:23 -04:00
docs update changelog 2012-05-14 11:23:41 -04:00
tests pass more details to initialize_app so subclasses can decide what sort of initialization to do 2012-05-10 14:58:18 -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 prepare for 0.5 release 2012-05-07 07:47:12 -04:00
distribute_setup.py add distribute_setup.py so install works 2012-04-20 09:55:11 -07:00
setup.py Merge pull request #9 from heavenshell/feature_py26 2012-05-14 07:44:43 -07:00
test-requirements.txt add a requirements file for travis-ci 2012-05-12 18:39:15 -04:00
tox.ini enable to use in Python2.6 2012-05-08 21:42:39 +09: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/