python3-tinyhtml5
tiny HTML5 parser
Description
tinyhtml5 is a HTML5 parser that transforms a possibly malformed HTML document into an ElementTree tree. tinyhtml5 is a simplified and modernized version of html5lib, with the given main differences: - It is only a HTML parser, providing tree corresponding to a given
HTML string or file.
- The public API is only the tinyhtml5.parse() function, allowing
filename string and pathlib.Path as input in addition to HTML
string and file descriptor.
- The only output format supported is ElementTree.
- Tree walkers, adapters and filters are not supported.
- Tests are included.
- Code internals are cleaned, simplified and modernized.
These differences make tinyhtml5 easier to maintain than the original
html5lib.Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://github.com/CourtBouillon/tinyhtml5
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install python3-tinyhtml5