Command Line Interface Formulation Framework
Go to file
Doug Hellmann 18f649c229 use flake8 for style checks
Change-Id: I25af2e978a8d11b84b930308516d597c75b387e0
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-03-16 11:04:11 -07: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 use flake8 for style checks 2013-03-16 11:04:11 -07:00
tests Add tests for new functionality. 2012-09-10 23:18:28 -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 for 1.3.1 release 2013-02-27 07:47:53 -05:00
distribute_setup.py add distribute_setup.py so install works 2012-04-20 09:55:11 -07:00
setup.py prepare for 1.3.1 release 2013-02-27 07:47:53 -05:00
test-requirements.txt remove tablib from test requirements 2012-08-15 10:41:46 -04:00
tox.ini use flake8 for style checks 2013-03-16 11:04:11 -07: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/