Add-on:Zope Interface: Difference between revisions
Jump to navigation
Jump to search
m Addon-Bot repo category update |
m Addon-Bot repo category update |
||
| Line 23: | Line 23: | ||
[[Category:Add-on name conflicts]] | [[Category:Add-on name conflicts]] | ||
[[Category:Frodo add-on repository]] | |||
[[Category:Gotham add-on repository]] | [[Category:Gotham add-on repository]] | ||
[[Category: | [[Category:Jarvis add-on repository]] | ||
Revision as of 00:13, 20 November 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.