HTML/XML parser for quick-turnaround applications like screen-scraping
Description
Beautiful Soup is a Python library designed for quick turnaround projects like screen-scraping.
It parses anything you give it, and does the tree traversal stuff for you. You can tell it "Find
all the links", or "Find all the links of class externalLink", or "Find all the links whose urls
match "foo.com", or "Find the table heading that is got bold text, then give me that text."