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

Doug Hellmann doug at doughellmann.com
Tue Apr 8 15:13:52 CEST 2014


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

   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?

     * Fix a bug in ShellFormatter's escaping of double quotes in strings
     * Remove PrettyTable from documentation requirements
     * add doc requirements to venv

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