Zope Interfaces for Python (LADI project)
Go to file
Jens Vagelpohl 946e0370a8
- prepare release 5.5.2
2022-11-17 15:25:14 +01:00
.github/workflows - Add support for building arm64 wheels on macOS. 2022-11-13 11:34:59 +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 Update to the latest c-code template 2022-09-09 18:07:33 +03: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 Fix PyPy2 run on GHA. 2022-07-07 09:06:38 +02:00
.manylinux-install.sh - prepare release 5.5.1 2022-11-03 13:50:45 +01:00
.manylinux.sh Add support for Python 3.10 (#250) 2022-01-24 13:03:51 +01:00
.meta.toml - prepare release 5.5.2 2022-11-17 15:25:14 +01:00
CHANGES.rst - prepare release 5.5.2 2022-11-17 15:25:14 +01:00
CONTRIBUTING.md Fix PyPy2 run on GHA. 2022-07-07 09:06:38 +02: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 Fix PyPy2 run on GHA. 2022-07-07 09:06:38 +02:00
README.rst First pass at github actions. 2021-02-26 08:43:43 -06:00
appveyor.yml - Add support for building arm64 wheels on macOS. 2022-11-13 11:34:59 +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 Fix PyPy2 run on GHA. 2022-07-07 09:06:38 +02:00
setup.py - prepare release 5.5.2 2022-11-17 15:25:14 +01:00
tox.ini - prepare release 5.5.1 2022-11-03 13:50:45 +01:00

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/