cliff/announce.rst

1.2 KiB

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

python cliff release DreamHost

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?

  • Store a reference to the InteractiveApp on the App while in interactive mode to allow commands to update the interactive state. (Contributed by Tomaz Muraus)
  • Remove reliance on distribute, now that it has merged with setuptools 0.7. Providing an explicit dependency on setuptools breaks updates in some cases, so just fail if it isn't there.

Documentation

Documentation for cliff is hosted on readthedocs.org

Installation

Use pip:

$ pip install cliff

See the installation guide for more details.