home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / python-zope.interface / README.txt < prev   
Encoding:
Text File  |  2009-05-13  |  516 b   |  10 lines

  1. *This package is intended to be independently reusable in any Python
  2. project. It is maintained by the* `Zope Toolkit project <http://docs.zope.org/zopetoolkit/>`_.
  3.  
  4. This package provides an implementation of `object interfaces` for Python.
  5. Interfaces are a mechanism for labeling objects as conforming to a given
  6. API or contract. So, this package can be considered as implementation of
  7. the `Design By Contract`_ methodology support in Python.
  8.  
  9. .. _Design By Contract: http://en.wikipedia.org/wiki/Design_by_contract
  10.