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


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

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

Started byDoug Hellmann <doug@doughellmann.com>
First post2014-04-01 11:25 -0400
Last post2014-04-01 11:25 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

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

#1251 — cliff -- Command Line Interface Formulation Framework -- version 1.6.0

FromDoug Hellmann <doug@doughellmann.com>
Date2014-04-01 11:25 -0400
Subjectcliff -- Command Line Interface Formulation Framework -- version 1.6.0
Message-ID<mailman.8881.1396596254.18130.python-announce-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web