Config.in 412 B

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