Add-on:Zope Interface

From Official Kodi Wiki
Revision as of 03:40, 5 December 2013 by Ned Scott (talk | contribs) (Created page with "{{Addon |Name=Zope interface |provider-name=mablae |ID=script.module.zope.interface |latest-version=4.0.5 |extension point=xbmc.python.module |provides= |Summary=Zope Interfa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Zope interface
http://mirrors.xbmc.org/addons/frodo/script.module.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.