Description
Kodi add-on development can use stub modules that mirror the Kodi Python API outside Kodi. Add-on developers use this package for type checking, tests, editor completion, and local tooling. Stubs do not provide the real Kodi runtime, so behavior still needs testing inside Kodi.