Zope Interfaces for Python (LADI project)
Go to file
Michael Howitz 29cd20a835 Preparing release 6.0 2023-03-17 08:27:58 +01:00
.github/workflows Add preliminary support for Python 3.12a5. (#268) 2023-03-06 08:03:37 +01:00
benchmarks More micro benchmarks. 2020-04-02 10:35:51 -05:00
docs Drop support for Python 2.7, 3.5, 3.6. (#266) 2022-12-28 07:26:13 +01:00
src/zope Drop support for Python 2.7, 3.5, 3.6. (#266) 2022-12-28 07:26:13 +01: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 Add preliminary support for Python 3.12a5. (#268) 2023-03-06 08:03:37 +01:00
.manylinux.sh Add support for Python 3.10 (#250) 2022-01-24 13:03:51 +01:00
.meta.toml Add preliminary support for Python 3.12a5. (#268) 2023-03-06 08:03:37 +01:00
CHANGES.rst Preparing release 6.0 2023-03-17 08:27:58 +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 preliminary support for Python 3.12a5. (#268) 2023-03-06 08:03:37 +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 preliminary support for Python 3.12a5. (#268) 2023-03-06 08:03:37 +01:00
setup.py Preparing release 6.0 2023-03-17 08:27:58 +01:00
tox.ini Add preliminary support for Python 3.12a5. (#268) 2023-03-06 08:03:37 +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/