HTML parser based on the WHAT-WG Web Applications
http://code.google.com/p/html5lib
HTML parser designed to follow the WHATWG 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 ElementTree (including
cElementTree and lxml.etree), minidom, and a custom simpletree format.
html5lib also includes a HTML sanitizer, "treewalkers" for converting various tree formats into
streams and filters and serializers to operate on those streams.
Author:
--------
James Graham
- Developed at devel:languages:python
-
9
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-html5lib && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
collections-abc.patch | 0000001330 1.3 KB | |
html5lib-1.0.1.tar.gz | 0000252959 247 KB | |
pytest4-mhroncok.patch | 0000006831 6.67 KB | |
pytest5.patch | 0000002558 2.5 KB | |
python-html5lib.changes | 0000006719 6.56 KB | |
python-html5lib.spec | 0000002731 2.67 KB |
Revision 21 (latest revision is 26)
Dominique Leuenberger (dimstar_suse)
accepted
request 810160
from
Tomáš Chvátal (scarabeus_iv)
(revision 21)
- Add patch to fix run with pytest5: * pytest5.patch
Comments 0