html5-parser 0.4.12+ds-1 source package in Ubuntu

Changelog

html5-parser (0.4.12+ds-1) unstable; urgency=medium

  * PyPI no longer provides PGP signature
  * Remove generated files from upstream source code
  * Cosmetic fix
  * Add python3-chardet to Build-Depends
  * New upstream version 0.4.12+ds

 -- YOKOTA Hiroshi <email address hidden>  Sat, 25 Nov 2023 11:59:33 +0900

Upload details

Uploaded by:
Html5-Parser maintainer team
Uploaded to:
Sid
Original maintainer:
Html5-Parser maintainer team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
html5-parser_0.4.12+ds-1.dsc 2.1 KiB a071f505786ed2d899087ddce689ed3c83a5aee2c12d6cb4d436bdbc457de3ef
html5-parser_0.4.12+ds.orig.tar.xz 175.6 KiB 3c5c60e5f742b36af7f1d9e6a9e1b0c507bc999bcfa0132486dd85128d61a032
html5-parser_0.4.12+ds-1.debian.tar.xz 3.7 KiB 70fe8cefab98d681af6fbb2304f74e6298fb7aeeb73fc88915616165e843f07f

No changes file available.

Binary packages built by this source

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