Language

Package: python2-html5-parser @ 0.4.9

Synopsis

Fast C-based HTML5 parsing for Python

Description

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.

Home page
https://html5-parser.readthedocs.io
Location
gnu/packages/python-web.scm (line: 1163, column: 2)
Licenses

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'python-lxml' does not match package name 'python2-lxml'
input-labels

Identify input labels that do not match package names

label 'python-beautifulsoup4' does not match package name 'python2-beautifulsoup4'
input-labels

Identify input labels that do not match package names

label 'python-chardet' does not match package name 'python2-chardet'