You cannot 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 year ago | |
---|---|---|
.github/workflows | 1 year ago | |
benchmarks | 4 years ago | |
docs | 2 years ago | |
src/zope | 1 year ago | |
.coveragerc | 3 years ago | |
.editorconfig | 2 years ago | |
.gitignore | 1 year ago | |
.manylinux-install.sh | 1 year ago | |
.manylinux.sh | 2 years ago | |
.meta.toml | 1 year ago | |
CHANGES.rst | 1 year ago | |
CONTRIBUTING.md | 1 year ago | |
COPYRIGHT.txt | 14 years ago | |
LICENSE.txt | 14 years ago | |
MANIFEST.in | 1 year ago | |
README.rst | 3 years ago | |
appveyor.yml | 1 year ago | |
build.cmd | 8 years ago | |
buildout.cfg | 12 years ago | |
rtd.txt | 5 years ago | |
setup.cfg | 1 year ago | |
setup.py | 1 year ago | |
tox.ini | 1 year ago |
README.rst
==================== ``zope.interface`` ==================== .. image:: https://img.shields.io/pypi/v/zope.interface.svg :target: https://pypi.python.org/pypi/zope.interface/ :alt: Latest Version .. image:: https://img.shields.io/pypi/pyversions/zope.interface.svg :target: https://pypi.org/project/zope.interface/ :alt: Supported Python versions .. image:: https://github.com/zopefoundation/zope.interface/actions/workflows/tests.yml/badge.svg :target: https://github.com/zopefoundation/zope.interface/actions/workflows/tests.yml .. image:: https://readthedocs.org/projects/zopeinterface/badge/?version=latest :target: https://zopeinterface.readthedocs.io/en/latest/ :alt: Documentation Status This package is intended to be independently reusable in any Python project. It is maintained by the `Zope Toolkit project <https://zopetoolkit.readthedocs.io/>`_. 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. .. _Design By Contract: http://en.wikipedia.org/wiki/Design_by_contract For detailed documentation, please see https://zopeinterface.readthedocs.io/en/latest/