Zope Interfaces for Python (LADI project)
Go to file
Jens Vagelpohl 871a332d37
- prepare release 6.1
2023-10-05 12:48:58 +02:00
.github/workflows - finalize support for Python 3.12 2023-10-05 11:52:50 +02:00
benchmarks More micro benchmarks. 2020-04-02 10:35:51 -05:00
docs - fix RTD [ci skip] 2023-10-05 12:12:19 +02:00
src/zope improve `declarations.Provides` documentation; especially document the correct signature 2023-08-24 07:36:14 +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 Fix PyPy2 run on GHA. 2022-07-07 09:06:38 +02:00
.manylinux-install.sh - finalize support for Python 3.12 2023-10-05 11:52:50 +02:00
.manylinux.sh Add support for Python 3.10 (#250) 2022-01-24 13:03:51 +01:00
.meta.toml - finalize support for Python 3.12 2023-10-05 11:52:50 +02:00
.readthedocs.yaml Fix GHA manylinux aarch64 tests. (#276) 2023-09-29 08:04:37 +00:00
CHANGES.rst - prepare release 6.1 2023-10-05 12:48:58 +02: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 GHA manylinux aarch64 tests. (#276) 2023-09-29 08:04:37 +00:00
README.rst First pass at github actions. 2021-02-26 08:43:43 -06:00
appveyor.yml - finalize support for Python 3.12 2023-10-05 11:52:50 +02: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
setup.cfg Add preliminary support for Python 3.12b2 (#272) 2023-06-23 07:54:47 +02:00
setup.py - prepare release 6.1 2023-10-05 12:48:58 +02:00
tox.ini - finalize support for Python 3.12 2023-10-05 11:52:50 +02: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/