Skip to content

zopefoundation/zope.interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6f56f2c · Dec 19, 2024
Dec 19, 2024
Sep 2, 2024
Oct 10, 2024
Nov 28, 2024
Jan 24, 2022
Jul 7, 2022
Dec 19, 2024
Jan 24, 2022
Dec 19, 2024
Dec 19, 2024
Sep 29, 2023
Dec 19, 2024
Jul 7, 2022
Apr 6, 2010
Apr 6, 2010
Oct 10, 2024
Feb 26, 2021
Dec 14, 2015
Mar 26, 2012
Dec 19, 2024
May 26, 2024
Nov 28, 2024
Dec 19, 2024

Repository files navigation

zope.interface

Latest Version Supported Python versions Documentation Status

This package is intended to be independently reusable in any Python project. It is maintained by the Zope Toolkit project.

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.

For detailed documentation, please see https://zopeinterface.readthedocs.io/en/latest/