Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.11 KB

announce.rst

File metadata and controls

40 lines (25 loc) · 1.11 KB

cliff-tablib -- Formatting Extensions for Cliff

.. 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.

cliff-tablib is a set of formatter extensions for producing JSON, YAML, and HTML output. Installing cliff-tablib activates these formatters for any cliff-based programs automatically.

What's New In This Release?

  • This is the first release in which the tablib extensions are being released as a separate project from cliff.

Documentation

Documentation for cliff-tablib is hosted on readthedocs.org

Installation

Use pip:

$ pip install cliff-tablib

See the installation guide for more details.