How can I check what python packages are available for add-ons development?
#1
Hi all,
I'm exploring how to build a new add-on for Kodi and I was wondering how can I check all the packages that Kodi provides out of the box.
For example, https://requests.readthedocs.io/en/master/ is available for add-ons?

If not, is there a way for an add-ons to have provide it (install/embed) ?

Thanks,
Gianluca.
Reply
#2
requests is certainly available, no problem there.

i think the easiest way to see which packages are available, is by looking at the list in our repo.
for kodi leia, see: http://mirrors.kodi.tv/addons/leia/
all script.module.* addons are python packages.

in case you need one that is not available, you're encouraged to submit it as a new package to our repo.
when you're ready to submit your addon to our repo, you can create 2 pull requests,
one for your addon and one for the new python package.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
How can I check what python packages are available for add-ons development?0