Skip to content

zopefoundation/zope.interface

Folders and files

NameName
Last commit message
Last commit date
Mar 4, 2025
Sep 2, 2024
Oct 10, 2024
Nov 28, 2024
Jan 24, 2022
Jul 7, 2022
Dec 19, 2024
Jan 24, 2022
Mar 4, 2025
Mar 4, 2025
Sep 29, 2023
Dec 19, 2024
Mar 4, 2025
Apr 6, 2010
Apr 6, 2010
Oct 10, 2024
Feb 26, 2021
Dec 14, 2015
Mar 26, 2012
Mar 4, 2025
Mar 4, 2025
Mar 4, 2025
Mar 4, 2025

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/