beautifulsoup4: Screen-scraping library#
Description#
Screen-scraping library
License#
MIT
Upstream Contact#
Type#
standard
Dependencies#
soupsieve: A modern CSS selector implementation for Beautiful Soup.
$(PYTHON_TOOLCHAIN)
$(PYTHON)
Version Information#
package-version.txt:
4.11.1
install-requires.txt:
beautifulsoup4
Equivalent System Packages#
alpine:
$ apk add py3-beautifulsoup4
arch:
$ sudo pacman -S python-beautifulsoup4
conda:
$ conda install beautifulsoup4
Debian/Ubuntu:
$ sudo apt-get install beautifulsoup4
Fedora/Redhat/CentOS:
$ sudo yum install python-beautifulsoup4
gentoo:
$ sudo emerge dev-python/beautifulsoup4
macports: install the following packages: py-beautifulsoup4
opensuse:
$ sudo zypper install python-beautifulsoup4
void:
$ 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.