diff options
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 |
commit | 392e0a05e356e65d70b4c16acd16a7002996e9cc (patch) | |
tree | 3fc5d167df924063bd8b7781a8e7d6d7a8b344cc /libraries/ZODB3/README | |
parent | 5dd644b4254988619c1aae500a6dd64a9ecd27cb (diff) | |
download | slackbuilds-392e0a05e356e65d70b4c16acd16a7002996e9cc.tar.gz |
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/README | 12 |
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. |