Add-on:Zope Interface: Difference between revisions
Jump to navigation
Jump to search
m Bot: Changing template: Addon |
|||
| Line 1: | Line 1: | ||
{{ | {{Addon | ||
|Name=Zope interface | |Name=Zope interface | ||
|provider-name=mablae | |provider-name=mablae | ||
| Line 22: | Line 22: | ||
|icon url=http://mirrors.xbmc.org/addons/frodo/script.module.zope.interface/icon.png}} | |icon url=http://mirrors.xbmc.org/addons/frodo/script.module.zope.interface/icon.png}} | ||
[[Category:Frodo add-on repository]] | |||
[[Category:Add-on name conflicts]] | [[Category:Add-on name conflicts]] | ||
Revision as of 07:51, 16 April 2015
| 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.