Zope Interfaces for Python (LADI project)
Go to file
Tres Seaver f59f3bdb55 Comply with repository policy. 2010-04-06 02:59:44 +00:00
src/zope Comply with repository policy. 2010-04-06 02:59:44 +00:00
CHANGES.txt Use the standard Python doctest module instead of zope.testing.doctest, which 2009-12-23 12:38:19 +00: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
README.txt Note reusability. 2009-05-13 17:19:29 +00:00
bootstrap.py Comply with repository policy. 2010-04-06 02:59:44 +00:00
buildout.cfg Add sphinx docs generation. 2009-03-01 21:41:09 +00:00
setup.py Comply with repository policy. 2010-04-06 02:59:44 +00:00

README.txt

*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