summaryrefslogtreecommitdiff
path: root/examples/htmlTableParser.py
Commit message (Expand)AuthorAgeFilesLines
* change some lambdas to explicit methods for clarity (see discussion in #207);...ptmcg2020-04-261-1/+7
* Blacken the project (#141)Jon Dufresne2019-10-311-19/+29
* Fixed dict structure in makeHTMLTags expressions, and added tag_body attribut...Paul McGuire2019-04-061-2/+2
* Add example showing scraping/parsing of an HTML table into a Python dictPaul McGuire2019-03-301-0/+61