Simple HTML table parsing.
Project description
This code is long since abandoned. If you really need the tarball, edit the path component of the URL to add an initial “/old”.
ClientTable is a Python module for generic HTML table parsing. It is most useful when used in conjunction with other parsers (htmllib or HTMLParser, regular expressions, etc.), to divide up the parsing work between your own code and ClientTable.