ports/www/py-html5-parser/pkg/DESCR

5 lines
264 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.