This package browser is in early development. Mind the rough edges.

python-html5-parser 0.4.10

Fast C-based HTML5 parsing for Python

This package provides a fast implementation of the HTML5 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.

Installation

Install python-html5-parser 0.4.10 as follows:

guix install python-html5-parser@0.4.10

Or install the latest version:

guix install python-html5-parser

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.