Add-on:Future: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
Addonbot (talk | contribs)
m Addon-Bot repo category update
Addonbot (talk | contribs)
m Addon-Bot repo category update
Tag: Manual revert
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
|provider-name=Ed Schofield
|provider-name=Ed Schofield
|ID=script.module.future
|ID=script.module.future
|latest-version=0.18.3+matrix.1
|latest-version=1.0.0+matrix.1
|extension point=xbmc.python.module
|extension point=xbmc.python.module
|provides=
|provides=

Latest revision as of 02:16, 14 June 2025

future
icon.png

See this add-on on the kodi.tv showcase

Author: Ed Schofield
Website: link
Type: Add-on library/module
Repo: Kodi.tv repo v21
Kodi.tv repo v20

License: MIT
Source: Source code
Summary: Clean single-source support for Python 3 and 2
  ▶ Add-ons ▶ future

future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead.