2020-06-13, 06:48
I have created matrix branch that contains Kodistubs generated from Kodi master branch (future 19 "Matrix") using the updated generator script. The stub files are fully Python 3 compatible including function/method signatures with type annotations.
Note that this is a very early version that has had only minimal post-editing to fix obvious syntax errors in the code so docstrings formatting may be weird at many places. The new Kodistubs can be installed using pip:
pip install git+https://github.com/romanvm/Kodistubs.git@matrix
Now you can finaly develop your addons in Python 3 virtual environment.
Note that this is a very early version that has had only minimal post-editing to fix obvious syntax errors in the code so docstrings formatting may be weird at many places. The new Kodistubs can be installed using pip:
pip install git+https://github.com/romanvm/Kodistubs.git@matrix
Now you can finaly develop your addons in Python 3 virtual environment.