1config BR2_PACKAGE_PYTHON_ZOPE_INTERFACE 2 bool "python-zope-interface" 3 select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime 4 help 5 This package provides an implementation of "object 6 interfaces" for Python. Interfaces are a mechanism for 7 labeling objects as conforming to a given API or 8 contract. So, this package can be considered as 9 implementation of the Design By Contract methodology support 10 in Python. 11 12 https://zopeinterface.readthedocs.io/ 13