html5-parser 0.4.12+ds-ok1 source package in openKylin
Changelog
html5-parser (0.4.12+ds-ok1) nile; urgency=medium * Import 0.4.12+ds. -- liubo01 <email address hidden> Mon, 24 Jun 2024 15:05:32 +0800
html5-parser (0.4.12+ds-ok1) nile; urgency=medium * Import 0.4.12+ds. -- liubo01 <email address hidden> Mon, 24 Jun 2024 15:05:32 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | python | |
Huanghe V3.0 | release | main | python | |
Nile V2.0 | release | main | python | |
Nile V2.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
html5-parser_0.4.12+ds.orig.tar.xz | 175.6 KiB | 3c5c60e5f742b36af7f1d9e6a9e1b0c507bc999bcfa0132486dd85128d61a032 |
html5-parser_0.4.12+ds-ok1.debian.tar.xz | 2.5 KiB | de856169c7a5476e78e9436f5ea37418fb88655bd55df270334a9376ab53c05c |
html5-parser_0.4.12+ds-ok1.dsc | 1.8 KiB | d0f88018f7d79b995d2436d13525fb52080452705cef200e99af15a6eeb4b5e2 |
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.