A standards compliant, C based HTML 5 parser for Python. It processes HTML
about thirty times faster than the "html5lib" pure Python based parser.
Provides
Requires
License
Apache-2.0
Changelog
* Wed May 28 2025 Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
* Mon Nov 20 2023 ecsos <ecsos@opensuse.org>
- Update to 0.4.12
No changelog from upstream.
See instead here:
https://github.com/kovidgoyal/html5-parser/compare/v0.4.11...v0.4.12?diff=unified&name=v0.4.12
* Fri Jun 23 2023 ecsos <ecsos@opensuse.org>
- Update to 0.4.11
No changelog from upstream.
See instead here:
https://github.com/kovidgoyal/html5-parser/compare/v0.4.10...v0.4.11?diff=unified&name=v0.4.11
- Add %{?sle15_python_module_pythons}
* Thu Dec 23 2021 ecsos <ecsos@opensuse.org>
- Skip python2 to fix build error for Leap in devel repo.
* Fri Oct 15 2021 ecsos <ecsos@opensuse.org>
- Update to 0.4.10
No changelog from upstream.
See instead here:
https://github.com/kovidgoyal/html5-parser/compare/v0.4.9...v0.4.10?diff=unified&name=v0.4.10
* Mon May 31 2021 pgajdos@suse.com
- %check: use %pyunittest_arch rpm macro for post 15
* Thu Apr 09 2020 Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.4.9
* Fix an error parsing XHTML where the xlink namespace is defined on
the root node but not on a node where the default namespace is redefined
* Wed Sep 11 2019 Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.4.8:
No changelog from upstream.
See instead here:
https://github.com/kovidgoyal/html5-parser/compare/v0.4.7...v0.4.8?diff=unified&name=v0.4.8
* Mon Jul 01 2019 ecsos@opensuse.org
- update to 0.4.7
No changelog from upstream.
See instead here:
https://github.com/kovidgoyal/html5-parser/compare/v0.4.6...v0.4.7?diff=unified&name=v0.4.7
* Wed May 29 2019 ecsos@opensuse.org
- update to 0.4.6
No changelog from upstream.
See instead here:
https://github.com/kovidgoyal/html5-parser/compare/v0.4.5...v0.4.6?diff=unified&name=v0.4.6
Files
/usr/lib64/python3.13/site-packages/html5_parser
/usr/lib64/python3.13/site-packages/html5_parser-0.4.12.dist-info
/usr/lib64/python3.13/site-packages/html5_parser-0.4.12.dist-info/INSTALLER
/usr/lib64/python3.13/site-packages/html5_parser-0.4.12.dist-info/METADATA
/usr/lib64/python3.13/site-packages/html5_parser-0.4.12.dist-info/RECORD
/usr/lib64/python3.13/site-packages/html5_parser-0.4.12.dist-info/REQUESTED
/usr/lib64/python3.13/site-packages/html5_parser-0.4.12.dist-info/WHEEL
/usr/lib64/python3.13/site-packages/html5_parser-0.4.12.dist-info/licenses
/usr/lib64/python3.13/site-packages/html5_parser-0.4.12.dist-info/licenses/LICENSE
/usr/lib64/python3.13/site-packages/html5_parser-0.4.12.dist-info/top_level.txt
/usr/lib64/python3.13/site-packages/html5_parser/__init__.py
/usr/lib64/python3.13/site-packages/html5_parser/__pycache__
/usr/lib64/python3.13/site-packages/html5_parser/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/html5_parser/__pycache__/__init__.cpython-313.pyc
/usr/lib64/python3.13/site-packages/html5_parser/__pycache__/dom.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/html5_parser/__pycache__/dom.cpython-313.pyc
/usr/lib64/python3.13/site-packages/html5_parser/__pycache__/encoding_names.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/html5_parser/__pycache__/encoding_names.cpython-313.pyc
/usr/lib64/python3.13/site-packages/html5_parser/__pycache__/encoding_parser.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/html5_parser/__pycache__/encoding_parser.cpython-313.pyc
/usr/lib64/python3.13/site-packages/html5_parser/__pycache__/soup.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/html5_parser/__pycache__/soup.cpython-313.pyc
/usr/lib64/python3.13/site-packages/html5_parser/__pycache__/stdlib_etree.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/html5_parser/__pycache__/stdlib_etree.cpython-313.pyc
/usr/lib64/python3.13/site-packages/html5_parser/dom.py
/usr/lib64/python3.13/site-packages/html5_parser/encoding_names.py
/usr/lib64/python3.13/si