You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
1 week ago | |
---|---|---|
.github/workflows | 1 week ago | |
benchmarks | 2 years ago | |
docs | 7 months ago | |
src/zope | 5 months ago | |
.coveragerc | 1 year ago | |
.editorconfig | 7 months ago | |
.gitignore | 1 month ago | |
.manylinux-install.sh | 1 week ago | |
.manylinux.sh | 7 months ago | |
.meta.toml | 1 week ago | |
CHANGES.rst | 1 week ago | |
CONTRIBUTING.md | 1 month ago | |
COPYRIGHT.txt | 13 years ago | |
LICENSE.txt | 13 years ago | |
MANIFEST.in | 1 month ago | |
README.rst | 1 year ago | |
appveyor.yml | 1 month ago | |
build.cmd | 7 years ago | |
buildout.cfg | 11 years ago | |
rtd.txt | 4 years ago | |
setup.cfg | 1 month ago | |
setup.py | 7 months ago | |
tox.ini | 1 week ago |
README.rst
zope.interface
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/