[ 源代码: html5-parser ]
软件包:python3-html5-parser(0.4.10-1~bpo11+1)
python3-html5-parser 的相关链接
Debian 的资源:
下载源码包 html5-parser:
- [html5-parser_0.4.10-1~bpo11+1.dsc]
- [html5-parser_0.4.10.orig.tar.gz]
- [html5-parser_0.4.10-1~bpo11+1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
fast, standards compliant, C based, HTML 5 parser for python
A fast implementation of the HTML 5 parsing spec for Python. Parsing is done in C using a variant of the gumbo parser. The gumbo parse tree is then transformed into an lxml tree, also in C, yielding parse times that can be a thirtieth of the html5lib parse times. That is a speedup of 30x. This differs, for instance, from the gumbo python bindings, where the initial parsing is done in C but the transformation into the final tree is done in python.
其他与 python3-html5-parser 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libxml2 (>= 2.7.4)
- GNOME XML 库
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (<< 3.10)
- dep: python3 (>= 3.9~)
-
- dep: python3-chardet
- universal character encoding detector for Python3
-
- dep: python3-lxml (>= 3.8.0)
- pythonic binding for the libxml2 and libxslt libraries