Go to file
Michael Howitz 239dd56589 Fix tests for PyPy3.
On PyPy3 the following `registered_classes` for `IMutableMapping` are
found:

```
{<class 'dict'>,
 <class 'pkg_resources._vendor.pyparsing.ParseResults'>,
 <class 'setuptools._vendor.pyparsing.ParseResults'>,
 <class 'collections.UserDict'>}
```

So collecting the tests fails because of a duplicate name which is
prevented by this commit.
2022-03-29 08:09:24 +02:00
.github/workflows Add support for Python 3.11. (#253) 2022-01-28 08:22:00 +01:00
benchmarks More micro benchmarks. 2020-04-02 10:35:51 -05:00
docs Fix typos (#251) 2022-01-25 08:12:30 +01:00
src/zope Fix tests for PyPy3. 2022-03-29 08:09:24 +02:00
.coveragerc Configure with meta/config. (#243) 2021-06-02 14:35:12 +02:00
.editorconfig Add support for Python 3.10 (#250) 2022-01-24 13:03:51 +01:00
.gitignore Add support for Python 3.10 (#250) 2022-01-24 13:03:51 +01:00
.manylinux-install.sh Add support for Python 3.11. (#253) 2022-01-28 08:22:00 +01:00
.manylinux.sh Add support for Python 3.10 (#250) 2022-01-24 13:03:51 +01:00
.meta.toml Add support for Python 3.11. (#253) 2022-01-28 08:22:00 +01:00
CHANGES.rst Add support for Python 3.11. (#253) 2022-01-28 08:22:00 +01:00
COPYRIGHT.txt Comply with repository policy. 2010-04-06 02:59:44 +00:00
LICENSE.txt Comply with repository policy. 2010-04-06 02:59:44 +00:00
MANIFEST.in Add support for Python 3.10 (#250) 2022-01-24 13:03:51 +01:00
README.rst First pass at github actions. 2021-02-26 08:43:43 -06:00
appveyor.yml Add support for Python 3.11. (#253) 2022-01-28 08:22:00 +01:00
build.cmd Appveyor: 64-bit builds and wheels 2015-12-14 09:39:10 +02:00
buildout.cfg Merge from LP branch. 2012-03-26 20:56:58 +00:00
rtd.txt Make rtd.txt install the checked out code, not the version from PyPI. [skip ci] 2018-07-19 13:33:38 -05:00
setup.cfg Add support for Python 3.10 (#250) 2022-01-24 13:03:51 +01:00
setup.py Add support for Python 3.10 (#250) 2022-01-24 13:03:51 +01:00
tox.ini Add support for Python 3.11. (#253) 2022-01-28 08:22:00 +01:00

README.rst

zope.interface

Latest Version

Supported Python versions

image

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/