{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/17"},{"label":"Markup","url":"https://skillfed.io/packages/category/text-processing-markup"},{"label":"HTML","url":"https://skillfed.io/packages/category/text-processing-markup-html"},{"label":"XML","url":"https://skillfed.io/packages/category/text-processing-markup-xml"}],"enrichment":{"capability":"Beautiful Soup parses HTML and XML documents into a navigable tree, allowing you to search, iterate, and modify the parsed structure using Python idioms.","skillfed_tags":["legacy","end-of-life"],"use_cases":["Extract data from static HTML pages when you are locked into Python 2.7 and cannot upgrade","Parse XML documents in legacy systems where beautifulsoup4 is not available","Maintain or debug existing code that depends on Beautiful Soup 3.x without immediate migration"],"what_it_does":"Beautiful Soup is a screen-scraping library that parses HTML and XML documents into a tree structure, providing Pythonic methods to search, iterate, and modify the parsed content. It sits on top of an underlying HTML or XML parser and abstracts away the parsing details so you can focus on extracting data from markup.\n\nThis package is version 3.2.2, the final release of the 3.x series from 2019. Development ended in 2011, and the maintainers have explicitly discontinued this version in favor of beautifulsoup4. The package carries no runtime dependencies and installs with low friction, but it is no longer maintained and is not recommended for new projects.","worth_installing":"No. This package is abandoned and explicitly superseded by beautifulsoup4. The maintainers recommend migrating to beautifulsoup4 instead. Install only if you are maintaining legacy code that cannot be updated and have no other option; for any new project, use beautifulsoup4."},"id":"beautifulsoup","links":{"html":"https://skillfed.io/packages/beautifulsoup","md":"https://skillfed.io/packages/beautifulsoup.md","pypi":"https://pypi.org/project/beautifulsoup/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2019-10-05","license_spdx":null,"license_treatment":"permissive","name":"BeautifulSoup","python_support":"unspecified","summary":"Screen-scraping library"},"popularity":{"monthly_downloads":156790,"position":10775,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.2.2"}
