cliff -- Command Line Interface Formulation Framework -- version 1.6.0

Doug Hellmann doug at doughellmann.com
Tue Apr 1 17:25:10 CEST 2014


cliff -- Command Line Interface Formulation Framework -- version 1.6.0

   cliff is a framework for building command line programs. It uses
   setuptools entry points to provide subcommands, output formatters, and
   other extensions.

What's New In This Release?

     * Add max-width support for table formatter
     * Add value only output formatter
     * Fix doc build with Python 2.6.x
     * Fix interactive mode with command line args
     * Escape double quotes in shell formatter
     * Rename private attribute to avoid conflict
     * Sync with OpenStack's global requirements
     * Add integration tests with known consumers
     * Make the formatters a private part of the command

Documentation

   [1]Documentation for cliff is hosted on [2]readthedocs.org

Installation

   Use pip:

	$ pip install cliff

   See [3]the installation guide for more details.

References

   1. http://readthedocs.org/docs/cliff/en/latest/
   2. http://readthedocs.org/
   3. http://cliff.readthedocs.org/en/latest/install.html



More information about the Python-announce-list mailing list