About

dashtable has functions for converting data to reStructuredText tables and Markdown tables, as well as methods for generating data from these text-tables.

Methods

html2rst:Convert html table to RST grid table
html2md:Convert html table to Markdown table
data2md:Convert a list of lists of strings to Markdown Table
data2rst:Convert a list of lists of strings to RST grid Table
data2md:Convert a list of lists of strings to a Markdown Table
data2simplerst:Convert a list of lists of strings to a simple RST Table
grid2data:Convert an RST grid table to data
simple2data:Convert a simple RST table to data