I was reviewing the JellyCon (Jellyfin) add-on for Kodi, and noticed they had a dependency called Kodistub.
Kodi stubs are Python files that can help you develop addons for Kodi (XBMC) Media Center. Use them in your favorite IDE to enable autocompletion and view docstrings for Kodi Python API functions, classes and methods. Kodistubs also include PEP-484 type annotations for all functions and methods.
I was reviewing the JellyCon (Jellyfin) add-on for Kodi, and noticed they had a dependency called Kodistub.
Basically, it's a pip package with just types/docs in it for the most part. No real functionality.
It's made reading code and contributing so much easier. Thoughts on including the dev dependency here?