bs4
Dummy package for Beautiful Soup (beautifulsoup4)
Install
bs4 on PyPI
pip
pip install bs4uv
uv add bs4poetry
poetry add bs4Package facts
| License | MIT License (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — beautifulsoup4 |
| Maintenance | dormant — 939 days since the last release |
| First released | |
| Popularity | one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-13) |
Evidence: bs4-0.0.2-py2.py3-none-any.whl
About bs4
from the package's own PyPI description — quoted content, verbatim
This is a dummy package designed to prevent namesquatting on PyPI. You should install beautifulsoup4 <https://pypi.python.org/pypi/beautifulsoup4>_ instead.
AI interpretation — verify before relying
AI-generated interpretation of the package facts above; every digit, version, license, or vulnerability id it cites is grounded in the facts already shown on this page
A placeholder package that redirects users to install beautifulsoup4 instead, preventing name squatting on PyPI.
Low install friction with a single runtime dependency on beautifulsoup4. However, the package is dormant—last release was 939 days ago—and exists solely as a namesquatting preventative, not as an active project.
Licensed under MIT License (permissive), so there are no legal restrictions on use or redistribution.
Usage
pip install bs4
# This installs beautifulsoup4 as a dependency
import bs4
from bs4 import BeautifulSoup
Verdict: This is a legitimate but inactive dummy package—do not install it directly. It exists only to prevent squatting and will pull in beautifulsoup4 as its sole dependency. Install beautifulsoup4 directly instead for the actual HTML/XML parsing functionality.
Needs verification
- Whether installing bs4 is ever the intended path versus installing beautifulsoup4 directly in modern workflows
- Current maintenance status and whether the package will continue to redirect or be deprecated
Similar packages
permissive · top 100 on PyPI
markdownifypermissive · top 1,000 on PyPI
httplib2permissive · top 1,000 on PyPI
soupsievepermissive · top 100 on PyPI
clickpermissive · top 100 on PyPI
snowflake-connector-pythonpermissive · top 1,000 on PyPI
MarkupSafepermissive · top 100 on PyPI
rich-clickpermissive · top 1,000 on PyPI
emojipermissive · top 1,000 on PyPI
Flask-Loginpermissive · top 1,000 on PyPI