[ 源代码: beautifulsoup4 ]
软件包:python3-bs4(4.12.3-3)
python3-bs4 的相关链接
Debian 的资源:
下载源码包 beautifulsoup4:
- [beautifulsoup4_4.12.3-3.dsc]
- [beautifulsoup4_4.12.3.orig.tar.gz]
- [beautifulsoup4_4.12.3-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [www.crummy.com]
相似软件包:
error-tolerant HTML parser for Python 3
Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work.
This package contains BeautifulSoup 4, for Python 3.x.
其他与 python3-bs4 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-soupsieve (>= 2.6)
- modern CSS selector implementation for BeautifulSoup (Python 3)
-
- rec: python3-chardet
- Universal Character Encoding Detector (Python3)
- 或者 python3-charset-normalizer
- charset, encoding and language detection (Python 3)
-
- rec: python3-lxml
- pythonic binding for the libxml2 and libxslt libraries