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]
Applications using Cement <3.0.8 should continue to include tabulate
in their dependencies.
Configuration
This extension does not support any application level configuration settings or meta options.
Usage
myapp.py
Last updated