Zope Interfaces for Python (LADI project)
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.
 
 
Go to file
Jens Vagelpohl 946e0370a8
- prepare release 5.5.2
1 year ago
.github/workflows - Add support for building arm64 wheels on macOS. 1 year ago
benchmarks More micro benchmarks. 4 years ago
docs Fix typos (#251) 2 years ago
src/zope Update to the latest c-code template 1 year ago
.coveragerc Configure with meta/config. (#243) 3 years ago
.editorconfig Add support for Python 3.10 (#250) 2 years ago
.gitignore Fix PyPy2 run on GHA. 1 year ago
.manylinux-install.sh - prepare release 5.5.1 1 year ago
.manylinux.sh Add support for Python 3.10 (#250) 2 years ago
.meta.toml - prepare release 5.5.2 1 year ago
CHANGES.rst - prepare release 5.5.2 1 year ago
CONTRIBUTING.md Fix PyPy2 run on GHA. 1 year ago
COPYRIGHT.txt Comply with repository policy. 14 years ago
LICENSE.txt Comply with repository policy. 14 years ago
MANIFEST.in Fix PyPy2 run on GHA. 1 year ago
README.rst First pass at github actions. 3 years ago
appveyor.yml - Add support for building arm64 wheels on macOS. 1 year ago
build.cmd Appveyor: 64-bit builds and wheels 8 years ago
buildout.cfg Merge from LP branch. 12 years ago
rtd.txt Make rtd.txt install the checked out code, not the version from PyPI. [skip ci] 5 years ago
setup.cfg Fix PyPy2 run on GHA. 1 year ago
setup.py - prepare release 5.5.2 1 year ago
tox.ini - prepare release 5.5.1 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/