This is the first beta version of tinyhtml5, a simplified and modernized version of html5lib. Please read the [Going Further](https://doc.courtbouillon.org/tinyhtml5/latest/going_further.html) 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.