[ ソース: 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
- 汎用の文字エンコーディング判別器 - Python3 用
-
- dep: python3-lxml (>= 3.8.0)
- pythonic binding for the libxml2 and libxslt libraries