summaryrefslogtreecommitdiffstats
path: root/libraries/ZODB3/README
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2010-08-14 15:50:30 -0500
committer Erik Hanson <erik@slackbuilds.org>2010-08-14 19:04:53 -0500
commit392e0a05e356e65d70b4c16acd16a7002996e9cc (patch)
tree3fc5d167df924063bd8b7781a8e7d6d7a8b344cc /libraries/ZODB3/README
parent5dd644b4254988619c1aae500a6dd64a9ecd27cb (diff)
downloadslackbuilds-392e0a05e356e65d70b4c16acd16a7002996e9cc.tar.gz
slackbuilds-392e0a05e356e65d70b4c16acd16a7002996e9cc.tar.xz
libraries/ZODB3: Added (Zope Object Database)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/ZODB3/README')
-rw-r--r--libraries/ZODB3/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/ZODB3/README b/libraries/ZODB3/README
new file mode 100644
index 0000000000..d44aa923bc
--- /dev/null
+++ b/libraries/ZODB3/README
@@ -0,0 +1,12 @@
+ZODB3 (Zope Object Database)
+
+The Zope Object Database provides an object-oriented database for
+Python that provides a high-degree of transparency. Applications
+can take advantage of object database features with few, if any,
+changes to application logic. ZODB includes features such as a
+plugable storage interface, rich transaction support, and undo.
+
+This requires zope.event, python-transaction, zc.lockfile, ZConfig,
+zdaemon, zope.interface and zope.proxy.
+
+To build, this requires pysetuptools.