2016-01-13 16:18:10 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_HTML5LIB
|
|
|
|
bool "python-html5lib"
|
2019-10-09 21:31:37 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_WEBENCODINGS # runtime
|
2016-01-13 16:18:10 +01:00
|
|
|
help
|
|
|
|
HTML parser based on the WHATWG HTML specification.
|
|
|
|
|
|
|
|
https://github.com/html5lib/html5lib-python
|