html_nested_tables

Python module that generates nested HTML tables from nested association lists.


License
BSD-3-Clause
Install
pip install html_nested_tables==0.2.0

Documentation

html_nested_tables

Statistics: ohloh_stats

Considering d as defined in example.py, this:

from html_nested_tables import *
build_optimal_table_dict(d).generate_html()

Renders like this:

https://raw.github.com/BertrandBordage/html_nested_tables/master/example.png

You can run python example.py to test it.

Documentation available here.