finesse.utilities.tables

Defines classes for displaying tables.

This code is inspired by the tabulate package which can be found at https://github.com/astanin/python-tabulate/ and on PyPI

Classes

NumberTable(table[, colnames, rownames, ...])

Create a table of numbers to display via pretty printing or html.

Table(table[, headerrow, headercolumn, ...])

Basic class to display tables via pretty printing or html.