summaryrefslogtreecommitdiff
path: root/examples/htmlTableParser.py
Commit message (Collapse)AuthorAgeFilesLines
* change some lambdas to explicit methods for clarity (see discussion in ↵ptmcg2020-04-261-1/+7
| | | | #207); deleted duplicated examples (commit *all* changes this time)
* Blacken the project (#141)Jon Dufresne2019-10-311-19/+29
|
* Fixed dict structure in makeHTMLTags expressions, and added tag_body ↵Paul McGuire2019-04-061-2/+2
| | | | attribute to the generated start expression giving easy access to a SkipTo(closeTag) that will parse the tag's body text; some code cleanup and removed duplication among examples
* Add example showing scraping/parsing of an HTML table into a Python dictPaul McGuire2019-03-301-0/+61