Skip to content

Releases: CourtBouillon/tinyhtml5

2.1.0

05 Mar 17:02

Choose a tag to compare

Dependencies

  • Support Python 3.14.
  • Drop support of Python 3.9.

Features

  • Allow useless parameters for all HTML input streams.

2.0.0

29 Oct 15:36

Choose a tag to compare

Dependencies

  • Support Python 3.13.

2.0.0b1

18 Sep 12:35

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.