mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
7 lines
326 B
Plaintext
7 lines
326 B
Plaintext
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.
|
|
|
|
WWW: https://pypi.python.org/pypi/zope.interface/
|