[Twisted-Python] zope.interface?

Itamar Turner-Trauring itamar at itamarst.org
Mon Mar 8 09:47:39 EST 2010


On Mon, 2010-03-08 at 15:36 +0100, Sven-Erik Tiberg wrote:
> Thanks
> 
> Only to clearify:
> Has zope.interface any depedencies/connection with the Zope web
> application server primarily written in the Python programming
> language  ( http://www.zope.org/WhatIsZope ). 
> 
> Note: zope "web application server" uses ZODB
> ( http://docs.zope.org/zodb/ ) as data base. 
> And plone (http://plone.org ) a CMS system are based on zope.

They are connected, yes. zope.interface is maintained by Zope people,
but it's only a small subset of their code:

1. Twisted depends on zope.interface
2. Zope depends on zope.interface

But

3. Twisted does *not* depend on Zope, ZODB, Plone, etc..

You can pretend it's just called "interface" if that helps :)




More information about the Twisted-Python mailing list