Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 302 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 302 Bytes

SpitzpeaSoup

This is a wrapper for BeautifulSoup that reduces the DOM parsing time by limiting the sections of HTML that BeautifulSoup has to look at. For simple selects, it can be up to 10x faster than BeautifulSoup.