beautifulsoup4: Screen-scraping library¶
Description¶
Screen-scraping library
License¶
MIT
Upstream Contact¶
Type¶
standard
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
soupsieve: Modern CSS selector implementation for Beautiful Soup
Version Information¶
package-version.txt:
4.12.2
version_requirements.txt:
beautifulsoup4
Equivalent System Packages¶
$ apk add py3-beautifulsoup4
$ sudo pacman -S python-beautifulsoup4
$ conda install beautifulsoup4
$ sudo apt-get install python3-bs4
$ sudo yum install python3-beautifulsoup4
$ sudo emerge dev-python/beautifulsoup4
$ sudo port install py-beautifulsoup4
$ sudo zypper install python-beautifulsoup4
$ sudo xbps-install python3-BeautifulSoup4
See https://repology.org/project/python:beautifulsoup4/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.