Add-on:Six: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot Update)
m (Reverted edits by NedBot (talk) to last revision by Ned Scott)
Line 1: Line 1:
{{Add-on
{{Addon
|Name=six
|Name=six
|provider-name=gutworth
|provider-name=gutworth
|ID=script.module.six
|ID=script.module.six
|latest-version=1.9.0
|latest-version=1.4.1
|extension point=xbmc.python.module
|extension point=xbmc.python.module
|provides=
|provides=
Line 13: Line 13:
|Forum=
|Forum=
|Website=https://pypi.python.org/pypi/six
|Website=https://pypi.python.org/pypi/six
|Source=https://pypi.python.org/pypi/six
|Source=https://bitbucket.org/gutworth/six/src
|Email=
|Email=
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/gotham/script.module.six/icon.png}}
|icon url=}}
{{Add-on
 
|Name=six
|provider-name=gutworth
|ID=script.module.six
|latest-version=1.9.0
|extension point=xbmc.python.module
|provides=
|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.
|Platform=all
|Language=
|License=MIT
|Forum=
|Website=https://pypi.python.org/pypi/six
|Source=https://pypi.python.org/pypi/six
|Email=
|broken=
|icon url=http://mirrors.kodi.tv/addons/gotham/script.module.six/icon.png}}


[[Category:Frodo add-on repository]]
[[Category:Frodo add-on repository]]
[[Category:Gotham add-on repository]]

Revision as of 07:39, 16 April 2015

six

See this add-on on the kodi.tv showcase

Author: gutworth
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

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.