summaryrefslogtreecommitdiff
path: root/libraries/zope.component/README
diff options
context:
space:
mode:
authorMikko Värri <vmj@linuxbox.fi>2010-08-14 15:33:47 -0500
committerErik Hanson <erik@slackbuilds.org>2010-08-14 19:04:52 -0500
commit1db4c061c8e6561e2b5ca209f72d23d134106ac4 (patch)
treeef6965708004fca2f4a7099e980e5abcd5951d58 /libraries/zope.component/README
parent97202a2f15f172dbd8a12abb85104d144aff9702 (diff)
downloadslackbuilds-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/README12
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.