cliff/announce.rst

1.1 KiB

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

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?

  • Sort list of commands in interactive help mode. (contributed by Ilya Shakhat)
  • Fix a dependency issue with PyParsing until the cmd2 package can release an update setting the version of its dependency based on the Python version.

Documentation

Documentation for cliff is hosted on readthedocs.org

Installation

Use pip:

$ pip install cliff

See the installation guide for more details.