2015-01-24 21:28:58 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_ZOPE_INTERFACE
|
|
|
|
bool "python-zope-interface"
|
2017-07-13 08:58:22 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
2015-01-24 21:28:58 +01:00
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
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.
|
2015-01-24 21:28:58 +01:00
|
|
|
|
|
|
|
http://docs.zope.org/zope.interface/
|