For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tabulate

Introduction

The Tabulate Extension includes the TabulateOutputHandler, and provides output handling based on the Tabulate library. Its format is familiar to users of MySQL, Postgres, etc.

Documentation References:

API References:

Requirements

  • Tabulate

Cement 3.0.8+:

pip install cement[tabulate]

Configuration

This extension does not support any application level configuration settings or meta options.

Usage

Last updated