Config.in 405 B

123456789
  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. http://docs.zope.org/zope.interface/