ClientTable is a Python module for generic HTML table parsing. It ismost useful when used in conjunction with other parsers (htmllib orHTMLParser, regular expressions, etc.), to divide up the parsing workbetween your own code and ClientTable.