Add-on:Future: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
Addonbot (talk | contribs)
m Addon-Bot Update
Addonbot (talk | contribs)
m Addon-Bot repo category update
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
(No difference)

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.