Update changelog
Fix one last type hint puzzle
Fix type hinting errors breaking documentation build.
An implementation of the Wayland protocol from scratch, with no external dependencies, just Python. Aimed at building clients rather than compositors.
For documentation on how to use python-wayland see the online documentation
Thanks to Philippe Gaultier, whose article Wayland From Scratch inspired this project.
Thanks also to Drew DeVault for his freely available Wayland book. This project would not have been developed if not for Drew's book.
Thanks to the mkdocstrings project, not only for the mkdocstrings plugin to MkDocs but also because the configuration of the python-wayland documentation is almost entirely copied from the excellent work done by the mkdocstrings project in their own documentation.