01f4a94cdb344be138947e3f6aa8d57c26722091
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-zope-interface / Config.in
1 config BR2_PACKAGE_PYTHON_ZOPE_INTERFACE
2         bool "python-zope-interface"
3         help
4           This package provides an implementation of "object interfaces" for
5           Python. Interfaces are a mechanism for labeling objects as conforming
6           to a given API or contract. So, this package can be considered as
7           implementation of the Design By Contract methodology support in Python.
8
9           http://docs.zope.org/zope.interface/