BeautifulSoup¶
Beautiful Soup is a Python library designed for quick turnaround projects like screen-scraping.
homepage: https://www.crummy.com/software/BeautifulSoup
Available installations¶
| BeautifulSoup version | Supported CPU targets | Supported GPU targets | EESSI version | Module |
|---|---|---|---|---|
| 4.12.2 | generic: aarch64, x86_64Arm: a64fx, neoverse_n1, neoverse_v1, nvidia/graceAMD: zen2, zen3, zen4Intel: haswell, skylake_avx512, sapphirerapids, icelake, cascadelake |
(none) | 2023.06 | BeautifulSoup/4.12.2-GCCcore-12.3.0 |
| 4.12.3 | generic: aarch64, x86_64Arm: a64fx, neoverse_n1, neoverse_v1, nvidia/graceAMD: zen2, zen3, zen4Intel: haswell, skylake_avx512, sapphirerapids, icelake, cascadelake |
(none) | 2025.06 | BeautifulSoup/4.12.3-GCCcore-13.3.0 |
| 4.13.4 | generic: aarch64, x86_64Arm: a64fx, neoverse_n1, neoverse_v1, nvidia/graceAMD: zen2, zen3, zen4Intel: haswell, skylake_avx512, sapphirerapids, icelake, cascadelake |
(none) | 2025.06 | BeautifulSoup/4.13.4-GCCcore-14.2.0 |
| 4.14.2 | generic: aarch64, x86_64Arm: a64fx, neoverse_n1, neoverse_v1, nvidia/graceAMD: zen2, zen3, zen4Intel: haswell, skylake_avx512, sapphirerapids, icelake, cascadelake |
(none) | 2025.06 | BeautifulSoup/4.14.2-GCCcore-14.3.0 |
Extensions¶
Overview of extensions included in BeautifulSoup installations
BeautifulSoup¶
BeautifulSoup version |
BeautifulSoup modules that include it |
|---|---|
| 4.12.2 | BeautifulSoup/4.12.2-GCCcore-12.3.0 |
| 4.12.3 | BeautifulSoup/4.12.3-GCCcore-13.3.0 |
| 4.13.4 | BeautifulSoup/4.13.4-GCCcore-14.2.0 |
| 4.14.2 | BeautifulSoup/4.14.2-GCCcore-14.3.0 |
soupsieve¶
soupsieve version |
BeautifulSoup modules that include it |
|---|---|
| 2.4.1 | BeautifulSoup/4.12.2-GCCcore-12.3.0 |
| 2.5 | BeautifulSoup/4.12.3-GCCcore-13.3.0 |
| 2.7 | BeautifulSoup/4.13.4-GCCcore-14.2.0 |
| 2.8 | BeautifulSoup/4.14.2-GCCcore-14.3.0 |