.. 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.
- This is the first release in which the tablib extensions are being released as a separate project from cliff.
Documentation for cliff-tablib is hosted on readthedocs.org
Use pip:
$ pip install cliff-tablib
See the installation guide for more details.