Pakket: python3-html5-parser (0.4.4-1)
Verwijzigingen voor python3-html5-parser
Trisquel bronnen:
Het bronpakket html5-parser downloaden:
Beheerder:
Original Maintainer:
- Norbert Preining
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python3-html5-parser gerelateerde pakketten
|
|
|
-
- dep: libc6 (>= 2.14)
- GNU C Library: Shared libraries
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: libxml2 (>= 2.7.4)
- GNOME XML library
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.7)
- dep: python3 (>= 3.6~)
-
- dep: python3-chardet
- universal character encoding detector for Python3
-
- dep: python3-lxml
- pythonic binding for the libxml2 and libxslt libraries