slackbuilds/libraries/html5lib
Robby Workman e48218d43a various: Kill python-chardet dep mention 2021-04-20 23:52:18 -05:00
..
README various: Kill python-chardet dep mention 2021-04-20 23:52:18 -05:00
html5lib.SlackBuild libraries/html5lib: Add python3 support 2020-02-01 09:00:35 +07:00
html5lib.info libraries/html5lib: Update DEP. 2021-04-20 21:19:52 +07:00
slack-desc

README

html5lib (HTML parser based on the HTML5 specification)

HTML parser designed to follow the HTML5 specification. The parser is
designed to handle all flavours of HTML and parses invalid documents
using well-defined error handling rules compatible with the behaviour of
major desktop web browsers.

Output is to a tree structure; the current release supports output
to DOM, ElementTree and lxml tree formats as well as a simple
custom format.

Optional: datrie, lxml, and genshi