You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've published my own fork release here: https://pypi.org/project/html5lib-modern/
It is the main branch v1.2-dev code as-of today, plus the "remove python2" changes plus the "drop six" changes.
It also includes a couple of tweaks of my own, including vendorizing webencodings library so we can include a modernised version of that, and this version of html5lib now has zero dependencies.
Additionally, the module is now packaged with a pyproject.toml file using the new PEP-517 pyPA build tooling.
Activity
gustavi commentedon Aug 6, 2024
Note: it will remove the
six
dependency (which would be a great news !)Mic92 commentedon Sep 9, 2024
#580
ashleysommer commentedon Sep 25, 2024
@aqeelat @gustavi
I've published my own fork release here: https://pypi.org/project/html5lib-modern/
It is the
main
branch v1.2-dev code as-of today, plus the "remove python2" changes plus the "dropsix
" changes.It also includes a couple of tweaks of my own, including vendorizing
webencodings
library so we can include a modernised version of that, and this version ofhtml5lib
now has zero dependencies.Additionally, the module is now packaged with a
pyproject.toml
file using the new PEP-517 pyPA build tooling.