-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME.txt
More file actions
29 lines (17 loc) · 904 Bytes
/
README.txt
File metadata and controls
29 lines (17 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
HTML.py
This module provides a few classes to easily generate HTML tables and lists.
Author: Philippe Lagadec
Project website: http://www.decalage.info/python/html
License: CeCILL (open-source GPL compatible), see source code for details.
http://www.cecill.info
-------------------------------------------------------------------------------
INSTALLATION:
- on Windows, double-click on install.bat, or type "setup.py install" in a CMD
window.
- on other systems, type "python setup.py install" in a shell.
-------------------------------------------------------------------------------
HOW TO USE THIS MODULE:
First have a look at HTML_tutorial.py. It provides examples of how to use
HTML.py.
See http://www.decalage.info/python/html for additional information and updates.
For complete reference see HTML.py.html, and also the source code of HTML.py.