Skip to content

SpitzpeaSoup is an optimization of BeautifulSoup's findAll() method that limits the amount of DOM parsing necessary to scrape HTML elements

License

Notifications You must be signed in to change notification settings

hunch/spitzpeasoup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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.

About

SpitzpeaSoup is an optimization of BeautifulSoup's findAll() method that limits the amount of DOM parsing necessary to scrape HTML elements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages