3 This module provides a few classes to easily generate HTML tables and lists.
\r
5 Author: Philippe Lagadec
\r
7 Project website: http://www.decalage.info/python/html
\r
9 License: CeCILL (open-source GPL compatible), see source code for details.
\r
10 http://www.cecill.info
\r
12 -------------------------------------------------------------------------------
\r
16 - on Windows, double-click on install.bat, or type "setup.py install" in a CMD
\r
18 - on other systems, type "python setup.py install" in a shell.
\r
20 -------------------------------------------------------------------------------
\r
22 HOW TO USE THIS MODULE:
\r
24 First have a look at HTML_tutorial.py. It provides examples of how to use
\r
26 See http://www.decalage.info/python/html for additional information and updates.
\r
27 For complete reference see HTML.py.html, and also the source code of HTML.py.
\r