Command Line Interface Formulation Framework
Go to file
Dirk Mueller 4c96d1cf8f cmd2 0.6.5.1 was released, and is compatible 2013-05-02 15:13:26 +02:00
cliff use flake8 for style checks 2013-03-16 11:04:11 -07:00
demoapp Fix typo. 2013-01-03 21:38:50 -06:00
docs Prepare 1.3.2 release 2013-04-02 15:55:58 -04:00
tests add style checks to tests 2013-03-16 13:37:18 -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 add demoapp to release package and clean up files being distributed from the test directory 2012-04-22 16:55:39 -07: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 Prepare 1.3.2 release 2013-04-02 15:55:58 -04:00
distribute_setup.py add distribute_setup.py so install works 2012-04-20 09:55:11 -07:00
setup.py cmd2 0.6.5.1 was released, and is compatible 2013-05-02 15:13:26 +02: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/