[ 源代码: gumbo-parser ]
软件包:python3-gumbo(0.12.0+dfsg-2)
python3-gumbo 的相关链接
Debian 的资源:
下载源码包 gumbo-parser:
- [gumbo-parser_0.12.0+dfsg-2.dsc]
- [gumbo-parser_0.12.0+dfsg.orig.tar.xz]
- [gumbo-parser_0.12.0+dfsg-2.debian.tar.xz]
维护者:
外部的资源:
- 主页 [codeberg.org]
相似软件包:
pure-C HTML5 parser Python 3 bindings
Gumbo is an implementation of the HTML5 parsing algorithm implemented as a pure C99 library with no outside dependencies. It's designed to serve as a building block for other tools and libraries such as linters, validators, templating languages, and refactoring and analysis tools.
This package contains Python 3 bindings of Gumbo.
其他与 python3-gumbo 有关的软件包
|
|
|
|
-
- dep: libgumbo2 (>= 0.12.0+dfsg-2)
- pure-C HTML5 parser
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- rec: python3-bs4
- error-tolerant HTML parser for Python 3
-
- rec: python3-html5lib
- HTML parser/tokenizer based on the WHATWG HTML5 specification