Skip to content

tabulate supporting styles

Valentin Valls requested to merge implement-tabulate-with-style into master

In order to use more styles this PR aim to provide something which looks like a basic tabulate but supporting styling.

from bliss.shell.formatters import tabulate
tabulate.tabulate([[("fg:red", 10), "bb"], ["ccc", "dddd"]])
Edited by Valentin Valls

Merge request reports