Module zut.tab

Provide a polyfill for the tabulate function to handle simple cases.

Functions

tabulate(tabular_data[, headers])

Emulate a basic tabulate function in case the original tabulate package (developed by Sergey Astanin) is not available as a dependency.

print_tabulate(data, headers, *, file, ...)

Tabulate and print the resulting text.