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.
- Outputs:
out
- Website: https://html5-parser.readthedocs.io
- Licenses: ASL 2.0 · GPL 3
- Package source: gnu/packages/python-web.scm
- Builds: See build status
- Issues: See known issues
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.