Add-on:Six: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
NedBot (talk | contribs)
m Addon-Bot Update
Addonbot (talk | contribs)
m Addon-Bot repo category update
Tag: Manual revert
 
(56 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Addon  
{{Addon  
|Name=six
|Name=six
|provider-name=gutworth
|provider-name=Benjamin Peterson
|ID=script.module.six
|ID=script.module.six
|latest-version=1.9.0
|latest-version=1.16.0+matrix.1
|extension point=xbmc.python.module
|extension point=xbmc.python.module
|provides=
|provides=
|Summary=Python 2 and 3 compatibility utilities.
|Summary=Python 2 and 3 compatibility utilities
|Description=Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided.
|Description=Python 2 and 3 compatibility utilities
|Platform=all
|Platform=all
|Language=
|Language=
|License=MIT
|License=MIT
|Forum=
|Forum=
|Website=https://pypi.python.org/pypi/six
|Website=https://github.com/benjaminp/six
|Source=https://pypi.python.org/pypi/six
|Source=https://github.com/benjaminp/six
|Email=
|Email=
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/isengard/script.module.six/icon.png}}
|icon url=http://mirrors.kodi.tv/addons/omega/script.module.six/resources/icon.png}}


[[Category:Add-on libraries/modules]]
[[Category:Add-ons with license tag]]
[[Category:Add-ons with source tag]]
[[Category:Add-ons with website tag]]
[[Category:All add-ons]]
[[Category:Gotham add-on repository]]
[[Category:Gotham add-on repository]]
[[Category:Helix add-on repository]]
[[Category:Isengard add-on repository]]
[[Category:Isengard add-on repository]]
[[Category:Helix add-on repository]]
[[Category:Jarvis add-on repository]]
[[Category:Jarvis add-on repository]]
[[Category:Krypton add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Matrix add-on repository]]
[[Category:Nexus add-on repository]]
[[Category:Omega add-on repository]]

Latest revision as of 02:26, 14 June 2025

six
icon.png

See this add-on on the kodi.tv showcase

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

License: MIT
Source: Source code
Summary: Python 2 and 3 compatibility utilities
  ▶ Add-ons ▶ six

Python 2 and 3 compatibility utilities