Add-on:Blinker: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot repo category update)
m (Addon-Bot repo category update)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Addon  
{{Addon  
|Name=blinker
|Name=blinker
|provider-name=Jason Kirtand
|provider-name=Jason Kirtland
|ID=script.module.blinker
|ID=script.module.blinker
|latest-version=1.4.0+matrix.2
|latest-version=1.7.0
|extension point=xbmc.python.module
|extension point=xbmc.python.module
|provides=
|provides=
|Summary=Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or signals
|Summary=Fast, simple object-to-object and broadcast signaling
|Description=Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or signals
|Description=Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals".
|Platform=all
|Platform=all
|Language=
|Language=
|License=MIT
|License=MIT
|Forum=
|Forum=
|Website=https://pythonhosted.org/blinker/
|Website=https://blinker.readthedocs.io/
|Source=https://pypi.org/project/blinker/
|Source=https://github.com/pallets-eco/blinker/
|Email=
|Email=
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/matrix/script.module.blinker/icon.png}}
|icon url=http://mirrors.kodi.tv/addons/omega/script.module.blinker/resources/icon.png}}


[[Category:Add-on libraries/modules]]
[[Category:Add-on libraries/modules]]
Line 24: Line 24:
[[Category:All add-ons]]
[[Category:All add-ons]]
[[Category:Matrix add-on repository]]
[[Category:Matrix add-on repository]]
[[Category:Nexus add-on repository]]
[[Category:Omega add-on repository]]

Latest revision as of 19:23, 11 April 2024

blinker
icon.png

See this add-on on the kodi.tv showcase

Author: Jason Kirtland
Website: link
Type: Add-on library/module
Repo: Kodi.tv repo v21
Kodi.tv repo v20
Kodi.tv repo v19

License: MIT
Source: Source code
Summary: Fast, simple object-to-object and broadcast signaling
Home icon grey.png   ▶ Add-ons ▶ blinker

Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals".