openbsd-ports/www/py-html5-parser
rsadowski 36a509bada Import py-html5-parser-0.4.9
Comment:
fast C based HTML 5 parsing for python

Description:
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.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://html5-parser.readthedocs.io

Tweaks, import and ok from sthen@ and daniel@, thanks!
2021-02-22 21:01:36 +00:00
..