Add-on:Future: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot Update)
m (Addon-Bot Update)
Line 1: Line 1:
{{Addon  
{{Addon  
|Name=future
|Name=future
|provider-name=Python software foundation
|provider-name=Ed Schofield
|ID=script.module.lib2to3
|ID=script.module.future
|latest-version=3.7.0
|latest-version=0.16.0.4
|extension point=xbmc.python.module
|extension point=xbmc.python.module
|provides=
|provides=
|Summary=Part of CPython 3.7.0
|Summary=Clean single-source support for Python 3 and 2
|Description=Part of Cpyton 3.7.0
|Description=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.
|Platform=all
|Platform=all
|Language=
|Language=
|License=PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
|License=MIT
|Forum=
|Forum=
|Website=https://github.com/python/cpython/tree/master/Lib/lib2to3
|Website=http://python-future.org
|Source=https://github.com/python/cpython/tree/master/Lib/lib2to3
|Source=https://github.com/PythonCharmers/python-future
|Email=
|Email=
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/krypton/script.module.lib2to3/icon.png}}
|icon url=http://mirrors.kodi.tv/addons/krypton/script.module.future/icon.png}}


[[Category:Add-on libraries/modules]]
[[Category:Add-on libraries/modules]]

Revision as of 01:01, 17 June 2018

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.