Initial import to Tizen
[profile/ivi/python-zope.interface.git] / README.txt
1 ``zope.interface`` README
2 =========================
3
4 This package is intended to be independently reusable in any Python
5 project. It is maintained by the `Zope Toolkit project
6 <http://docs.zope.org/zopetoolkit/>`_.
7
8 This package provides an implementation of "object interfaces" for Python.
9 Interfaces are a mechanism for labeling objects as conforming to a given
10 API or contract. So, this package can be considered as implementation of
11 the `Design By Contract`_ methodology support in Python.
12
13 .. _Design By Contract: http://en.wikipedia.org/wiki/Design_by_contract
14
15 For detailed documentation, please see http://docs.zope.org/zope.interface