Zope Interfaces for Python (LADI project)
Go to file
Marius Gedminas 971f658261 Appveyor: 64-bit builds and wheels
Based on http://python-packaging-user-guide.readthedocs.org/en/latest/appveyor/
2015-12-14 09:39:10 +02:00
docs Silence Sphinx warning. 2015-01-22 11:29:44 -05:00
src/zope Remove duplicated lines 2015-03-15 12:33:11 +01:00
.coveragerc 100% branch coverage. 2014-12-09 02:57:52 -05:00
.gitignore Ignore .eggs subdir. 2015-06-01 12:10:00 -04:00
.travis.yml Note explicit support for Python 3.5 2015-11-03 23:05:29 +08:00
CHANGES.rst Back to development: 4.1.4 2015-10-05 10:35:42 +03: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 Update MANIFEST.in 2015-10-05 10:33:11 +03:00
README.rst Use shields.io for PyPI badge 2015-11-06 20:57:24 +08:00
appveyor.yml Appveyor: 64-bit builds and wheels 2015-12-14 09:39:10 +02:00
bootstrap.py Update to latest bootstrap. 2014-12-20 16:55:40 -05: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 RTD dependencies. 2015-01-28 12:45:46 -05:00
setup.cfg 100% branch coverage. 2014-12-09 02:57:52 -05:00
setup.py Note explicit support for Python 3.5 2015-11-03 23:05:29 +08:00
tox.ini Add an appveyor.yml 2015-12-14 09:22:31 +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://travis-ci.org/zopefoundation/zope.interface.png?branch=master
        :target: https://travis-ci.org/zopefoundation/zope.interface

.. image:: https://readthedocs.org/projects/zopeinterface/badge/?version=latest
        :target: http://zopeinterface.readthedocs.org/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
<http://docs.zope.org/zopetoolkit/>`_.

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 http://docs.zope.org/zope.interface