diff options
Diffstat (limited to 'libraries/zope.component/README')
-rw-r--r-- | libraries/zope.component/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/zope.component/README b/libraries/zope.component/README new file mode 100644 index 0000000000..16d8eb5726 --- /dev/null +++ b/libraries/zope.component/README @@ -0,0 +1,12 @@ +zope.component (Zope Component Architecture) + +This package represents the core of the Zope Component Architecture. +Together with the 'zope.interface' package, it provides facilities +for defining, registering and looking up components. + +This requires zope.event and zope.interface. + +To build, this requires pysetuptools. + +Additional functionality is provided, if zope.hookable, +zope.i18nmessageid, zope.configuration, and/or ZODB3 are installed. |