html5-parser 0.4.4-1 source package in Ubuntu

Changelog

html5-parser (0.4.4-1) unstable; urgency=medium

  * New upstream version 0.4.4
  * bump standards version, no changes necessary

 -- Norbert Preining <email address hidden>  Mon, 26 Feb 2018 13:27:45 +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 Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
html5-parser_0.4.4-1.dsc 1.7 KiB 89cef0befb410be580d192bd8d409e55e80019f66c787892cff03644637d216b
html5-parser_0.4.4.orig.tar.gz 277.4 KiB 107e45d7444a8d73b0102730b8c29f16bc418d4514caed1c0ba530616fd28460
html5-parser_0.4.4-1.debian.tar.xz 1.7 KiB a9aed2593aeacf9bf12ee3129e8c3e6b779f8f209cc045f896c188500a3b3883

Available diffs

No changes file available.

Binary packages built by this source

python-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.

python-html5-parser-dbgsym: debug symbols for python-html5-parser
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