Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1251

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

From Doug Hellmann <doug@doughellmann.com>
Subject cliff -- Command Line Interface Formulation Framework -- version 1.6.0
Date 2014-04-01 11:25 -0400
Newsgroups comp.lang.python.announce
Message-ID <mailman.8881.1396596254.18130.python-announce-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

cliff -- Command Line Interface Formulation Framework -- version 1.6.0 Doug Hellmann <doug@doughellmann.com> - 2014-04-01 11:25 -0400

csiph-web