Skip to content

2.0.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@liZe liZe released this 18 Sep 12:35
· 3 commits to main since this release

This is the first beta version of tinyhtml5, a simplified and modernized version of html5lib. Please read the Going Further documentation page to know more about this fork.

Dependencies

  • Python 3.9+ is now needed.
  • webencodings is the only required dependency.

Features

  • tinyhtml5 is only a HTML5 parser, that only generates an ElementTree tree.
  • Code internals are cleaned, simplified and modernized.
  • Tests are included.