Port variant | v12 |
Summary | Screen-scraping library (3.12) |
Package version | 4.13.4 |
Homepage | https://www.crummy.com/software/BeautifulSoup/bs4/ |
Keywords | python |
Maintainer | Python Automaton |
License | Not yet specified |
Other variants | v13 |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 21 APR 2025, 04:43:27 UTC |
Port created | 21 APR 2020, 22:22:44 UTC |
single | Beautiful Soup is a library that makes it easy to scrape information
from web pages. It sits atop an HTML or XML parser, providing Pythonic
idioms for iterating, searching, and modifying the parse tree.
# Quick start
```
>>> from bs4 import BeautifulSoup
>>> soup = BeautifulSoup(" SomebadHTML") >>> print(soup.prettify()) Some bad HTML >>> soup.find(string="bad") 'bad' >>> soup.i HTML # >>> soup = BeautifulSoup(" |
Build (only) |
python312:dev:std python-pip:single:v12 autoselect-python:single:std |
Build and Runtime | python312:primary:std |
Runtime (only) |
python-soupsieve:single:v12 python-typing-extensions:single:v12 |
main | mirror://PYPIWHL/50/cd/30110dc0ffcf3b131156077b90e9f60ed75711223f306da4db08eff8403b |
python-exhale:v12 | C++ library API documentation generator (3.12) |
python-netbox-fusioninventory-plugin:v12 | Fusion inventory agent device import plugin (3.12) |
python-readtime:v12 | Texing reading time calculator (3.12) |