Add-on:Twisted: Difference between revisions
Jump to navigation
Jump to search
m (Addon-Bot Update) |
m (Addon-Bot Update) |
||
Line 2: | Line 2: | ||
|Name=Twisted | |Name=Twisted | ||
|provider-name=mablae | |provider-name=mablae | ||
|ID=script.module. | |ID=script.module.zope.interface | ||
|latest-version= | |latest-version=4.0.5 | ||
|extension point=xbmc.python.module | |extension point=xbmc.python.module | ||
|provides= | |provides= | ||
|Summary= | |Summary=Zope Interface Lib repack for XBMC | ||
|Description= | |Description=This package provides an implementation of "object interfaces" for Python. | ||
Python | Interfaces are a mechanism for labeling objects as conforming to a given | ||
API or contract. So, this package can be considered as implementation of | |||
the 'Design By Contract' methodology support in Python. | |||
|Platform=all | |Platform=all | ||
|Language= | |Language= | ||
|License= | |License=ZPL | ||
|Forum= | |Forum= | ||
|Website=http:// | |Website=http://docs.zope.org/zope.interface/ | ||
|Source=https://github.com/mablae/script.module. | |Source=https://github.com/mablae/script.module.zope.interface.git | ||
|Email= | |Email= | ||
|broken= | |broken= | ||
|icon url=http://mirrors.kodi.tv/addons/jarvis/script.module. | |icon url=http://mirrors.kodi.tv/addons/jarvis/script.module.zope.interface/icon.png}} | ||
[[Category:Add-on name conflicts]] | [[Category:Add-on name conflicts]] |
Revision as of 21:49, 7 June 2016
Twisted | ||||||||||||||||
|
![]() |
![]() |
![]() |
This package provides an implementation of "object interfaces" for Python.
Interfaces are a mechanism for labeling objects as conforming to a given
API or contract. So, this package can be considered as implementation of
the 'Design By Contract' methodology support in Python.