[ ソース: gumbo-parser ]
パッケージ: python3-gumbo (0.10.1+dfsg-5)
python3-gumbo に関するリンク
Debian の資源:
gumbo-parser ソースパッケージをダウンロード:
- [gumbo-parser_0.10.1+dfsg-5.dsc]
- [gumbo-parser_0.10.1+dfsg.orig.tar.gz]
- [gumbo-parser_0.10.1+dfsg-5.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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: libgumbo1 (>= 0.10.1+dfsg-5)
- 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