Skip to content

(Former xbmcstubs) — stub Python functions and classes for Kodi mediacenter addon development:

License

Notifications You must be signed in to change notification settings

glennguy/Kodistubs

This branch is 70 commits behind romanvm/Kodistubs:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c389bfe · Jan 30, 2019
Jan 3, 2019
Mar 30, 2018
Jan 30, 2019
Aug 9, 2016
Apr 15, 2018
Apr 15, 2018
Dec 10, 2018
Jan 16, 2019
Dec 10, 2018
Jan 25, 2019
Dec 2, 2018
Dec 11, 2018
Jan 25, 2019
Dec 11, 2018
Jan 3, 2019

Repository files navigation

Kodistubs

(former xbmcstubs)

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.

You can install Kodistubs into your working virtual environment using pip:

$ pip install Kodistubs

Read Kodi stubs documentation for more info on how to use Kodi stubs.

Warning: Kodistubs are literally stubs and do not include any useful code, so don't try to run your program outside Kodi unless you add some testing code into Kodistubs or use some mocking library to mock Kodi Pyhton API.

Current Kodistubs have been generated from scratch using Doxygen XML files and SWIG XML Python binding definitions that, in their turn, have been generated from Kodi sources. Old Kodistubs can be found in legacy branch.

I try to keep Kodi stubs in sync with Kodi Python API development, but it may happen that I miss something. Don't hesitate to open issues or submit pull requests if you notice discrepancies with the actual state of Kodi Python API.

Discussion topic on Kodi forum

License: GPL v.3

About

(Former xbmcstubs) — stub Python functions and classes for Kodi mediacenter addon development:

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%