Add-on:Zope Interface: Difference between revisions
Jump to navigation
Jump to search
m Addon-Bot repo category update |
m Bot: Changing template: Addon |
||
| Line 1: | Line 1: | ||
{{ | {{Add-on | ||
|Name=Zope interface | |Name=Zope interface | ||
|provider-name=mablae | |provider-name=mablae | ||
Revision as of 05:35, 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.