{"library":"beautifulsoup","type":"library","category":null,"description":"Beautiful Soup (version 3.x) is a Python 2 library for parsing HTML and XML documents, including those with malformed markup. It creates a parse tree that can be used to extract data from web pages, making it useful for screen-scraping tasks. Version 3.2.2 is the final release in this series. Development on the 3.x series ended in 2011, and it has been largely superseded by `beautifulsoup4` for Python 3.","language":"python","status":"maintenance","version":"3.2.2","tags":["web scraping","html parsing","xml parsing","python2"],"last_verified":"Sat May 23","install":[{"cmd":"pip install beautifulsoup","imports":["from BeautifulSoup import BeautifulSoup"]}],"homepage":"http://www.crummy.com/software/BeautifulSoup/","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/beautifulsoup/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/beautifulsoup/compatibility"}}