BertrandBordage / html_nested_tables

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%