deb-python-cliff/announce.rst

1.1 KiB

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

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?

  • Fix the arguments passed to commands when they are instantiated to pull out help. See https://github.com/dreamhost/cliff/issues/52 for details.
  • Add bash command completion. (Contributed by Terry Howe)
  • Use stevedore to load formatter plugins.
  • Use pbr for packaging.

Documentation

Documentation for cliff is hosted on readthedocs.org

Installation

Use pip:

$ pip install cliff

See the installation guide for more details.