Python module that generates nested HTML tables from nested association lists.
Project description
Considering d as defined in example.py, this:
from html_nested_tables import * build_optimal_table_dict(d).generate_html()
Renders like this:
You can run python example.py to test it.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.