Add-on:Six: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot repo category update)
Tags: Manual revert Reverted
m (Addon-Bot repo category update)
 
(4 intermediate revisions by the same user 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.15.0+matrix.1
|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.org/project/six/
|Website=https://github.com/benjaminp/six
|Source=https://github.com/benjaminp/six
|Source=https://github.com/benjaminp/six
|Email=
|Email=
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/matrix/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-on libraries/modules]]
Line 29: Line 29:
[[Category:Krypton add-on repository]]
[[Category:Krypton add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Matrix add-on repository]]
[[Category:Nexus add-on repository]]
[[Category:Nexus add-on repository]]
[[Category:Omega add-on repository]]

Latest revision as of 19:58, 11 April 2024

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

License: MIT
Source: Source code
Summary: Python 2 and 3 compatibility utilities
Home icon grey.png   ▶ Add-ons ▶ six

Python 2 and 3 compatibility utilities