Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 981 Bytes

File metadata and controls

36 lines (22 loc) · 981 Bytes

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

.. tags:: 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?

  • This point release fixes a packaging problem introduced by removing several formatters in version 1.1.

Documentation

Documentation for cliff is hosted on readthedocs.org

Installation

Use pip:

$ pip install cliff

See the installation guide for more details.