Skip to content

Releases: CourtBouillon/tinyhtml5

2.0.0

29 Oct 15:36
Compare
Choose a tag to compare

Dependencies

  • Support Python 3.13.

2.0.0b1

18 Sep 12:35
Compare
Choose a tag to compare
2.0.0b1 Pre-release
Pre-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.