diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2010-08-14 15:33:47 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-14 19:04:52 -0500 |
commit | 1db4c061c8e6561e2b5ca209f72d23d134106ac4 (patch) | |
tree | ef6965708004fca2f4a7099e980e5abcd5951d58 /libraries/zope.component/README | |
parent | 97202a2f15f172dbd8a12abb85104d144aff9702 (diff) | |
download | slackbuilds-1db4c061c8e6561e2b5ca209f72d23d134106ac4.tar.gz |
libraries/zope.component: Added (Zope Component Architecture)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
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. |