beautifulsoup4_python310

Python library for iterating, searching, and modifying an HTML/XML parse tree

Version

4.12.3-2
(2024-10-27)

Size

328.8

KiB

Repository

HaikuPorts
Beautiful Soup is a Python HTML/XML parser designed for quick
turnaround projects like screen-scraping.
Two features make it powerful:
it won't choke if you give it bad markup and it provides
a few simple methods and Pythonic idioms for navigating and
searching a parse tree: a toolkit for dissecting a document and
extracting what you need