html5-parser 0.4.9-1 source package in Ubuntu
Changelog
html5-parser (0.4.9-1) unstable; urgency=medium * New upstream version 0.4.9 -- Norbert Preining <email address hidden> Tue, 05 Nov 2019 23:10:34 +0900
Upload details
- Uploaded by:
- Norbert Preining
- Uploaded to:
- Sid
- Original maintainer:
- Norbert Preining
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
html5-parser_0.4.9-1.dsc | 1.7 KiB | 3181a891659c328ed83c51e09c031ccf000fced45563c1682fa485f0f4b90aae |
html5-parser_0.4.9.orig.tar.gz | 281.7 KiB | fe45fb846dd6e71049fcb776ac9f5ba6876eafc548f7d7604cf2ecbfb77ddeef |
html5-parser_0.4.9-1.debian.tar.xz | 2.1 KiB | 90a18c4b65492427d6bbe286c7bade53957ff549ff56ffc9a33ebe34b6814cad |
Available diffs
No changes file available.
Binary packages built by this source
- python-html5-parser: No summary available for python-html5-parser in ubuntu focal.
No description available for python-html5-parser in ubuntu focal.
- python-html5-parser-dbgsym: No summary available for python-html5-parser-dbgsym in ubuntu focal.
No description available for python-
html5-parser- dbgsym in ubuntu focal.
- python3-html5-parser: 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-dbgsym: debug symbols for python3-html5-parser