Metadata-Version: 1.0
Name: html_nested_tables
Version: 0.2.0
Summary: Python module that generates nested HTML tables from nested association lists.
Home-page: https://github.com/BertrandBordage/html_nested_tables
Author: Bertrand Bordage
Author-email: bordage.bertrand@gmail.com
License: BSD License
Description: ******************
        html_nested_tables
        ******************
        
        
        Considering ``d`` as defined in `example.py`, this::
        
            from html_nested_tables import *
            build_optimal_table_dict(d).generate_html()
        
        
        Renders like this:
        
        .. image:: https://raw.github.com/BertrandBordage/html_nested_tables/master/example.png
        
        You can run ``python example.py`` to test it.
        
        `Documentation available here <https://html_nested_tables.readthedocs.org/en/latest/>`_.
        
Platform: UNKNOWN
