From a4f8fdcaa32ca04d4f695756cd2ac96edb200232 Mon Sep 17 00:00:00 2001 From: kmonsoor Date: Fri, 4 Jul 2014 00:27:54 +0600 Subject: [PATCH] adding "cliff" for crafting multi-level command adding "cliff" for crafting multi-level command for command-line applications doc_home: https://cliff.readthedocs.org/en/latest/introduction.html from dev: > The cliff framework is meant to be used to create multi-level commands such as subversion and git, where the main program handles some basic argument parsing and then invokes a sub-command to do the work. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2b7af0f..13af2766 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [click](http://click.pocoo.org/) - A package for creating beautiful command line interfaces in a composable way. * [clint](https://github.com/kennethreitz/clint) - Python Command-line Application Tools. +* [cliff](https://cliff.readthedocs.org/en/latest/introduction.html) - A framework for creating command-line programs with multi-level commands * [docopt](http://docopt.org/) - Pythonic command line arguments parser. * [colorama](https://pypi.python.org/pypi/colorama) - Cross-platform colored terminal text.