1This package provides an implementation of "object interfaces" for Python.
2Interfaces are a mechanism for labeling objects as conforming to a given API or
3contract. So, this package can be considered as implementation of the Design By
4Contract methodology support in Python.
5
6WWW: https://pypi.org/project/zope.interface/
7