Add-on:Zope Interface: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot repo category update)
m (Addon-Bot repo category update)
 
(12 intermediate revisions by 2 users not shown)
Line 22: Line 22:
|icon url=http://mirrors.kodi.tv/addons/frodo/script.module.zope.interface/icon.png}}
|icon url=http://mirrors.kodi.tv/addons/frodo/script.module.zope.interface/icon.png}}


[[Category:Add-on libraries/modules]]
[[Category:Add-on name conflicts]]
[[Category:Add-on name conflicts]]
[[Category:Gotham add-on repository]]
[[Category:Add-ons with license tag]]
[[Category:Frodo add-on repository]]
[[Category:Add-ons with source tag]]
[[Category:Add-ons with website tag]]
[[Category:All add-ons]]

Latest revision as of 02:29, 18 November 2018

Zope interface
icon.png

Author: mablae
Website: link
Type: Add-on library/module
Repo:

License: ZPL
Source: Source code
Summary: Zope Interface Lib repack for XBMC
Home icon grey.png   ▶ Add-ons ▶ Zope interface

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.