[ 原始碼: html5-parser ]
套件:python3-html5-parser(0.4.12+ds-1 以及其他的)
python3-html5-parser 的相關連結
Debian 的資源:
下載原始碼套件 html5-parser:
- [html5-parser_0.4.12+ds-1.dsc]
- [html5-parser_0.4.12+ds.orig.tar.xz]
- [html5-parser_0.4.12+ds-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 library
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.13)
- dep: python3 (>= 3.12~)
-
- dep: python3-chardet
- Universal Character Encoding Detector (Python3)
-
- dep: python3-lxml
- pythonic binding for the libxml2 and libxslt libraries