Add-on:Future: 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)
Line 23: Line 23:
[[Category:Add-ons with website tag]]
[[Category:Add-ons with website tag]]
[[Category:All add-ons]]
[[Category:All add-ons]]
[[Category:Krypton add-on repository]]
[[Category:Isengard add-on repository]]
[[Category:Isengard add-on repository]]
[[Category:Gotham add-on repository]]
[[Category:Gotham add-on repository]]

Revision as of 01:13, 9 June 2019

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
Kodi.tv repo v19

License: MIT
Source: Source code
Summary: Clean single-source support for Python 3 and 2
Home icon grey.png   ▶ 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.