| TableParse (version 2.0) | index /home/dmcc/prj/pyph/TableParse.py |
This is a simple HTML table parser, modelled loosely after Perl's HTML::TableExtract.
The parse() function accepts an HTML function and returns a list of lists.
See http://bebop.bigasterisk.com/python for more Python stuff.
This file is available under the GPLv2 license.
| Modules | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| __all__ = ['clean', 'parse'] __author__ = 'David McClosky (dmcc@bigasterisk.com)' __file__ = './TableParse.py' __license__ = 'GPLv2' __name__ = 'TableParse' __version__ = '2.0' cel = <pre.RegexObject instance> ent = {<pre.RegexObject instance>: '&', <pre.RegexObject instance>: '<', <pre.RegexObject instance>: '>', <pre.RegexObject instance>: ' '} hdr = <pre.RegexObject instance> new = ' ' old = 'nbsp' row = <pre.RegexObject instance> tag = <pre.RegexObject instance> tbl = <pre.RegexObject instance> | ||
| Author | ||
| David McClosky (dmcc@bigasterisk.com) | ||