slackbuilds_ponce/libraries/bsddb3
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
bsddb3.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
bsddb3.SlackBuild libraries/bsddb3: Misc automated cleanups. 2010-06-04 01:06:10 -04:00
README
slack-desc

Python interface for Berkeley DB

This module provides a nearly complete wrapping of the
Oracle/Sleepycat C API for the Database Environment, Database,
Cursor, Sequence and Transaction objects, and each of these is
exposed as a Python type in the bsddb3.db module. The database
objects can use various access methods: btree, hash, recno, and
queue. Complete support of Berkeley DB distributed transactions.
Complete support for Berkeley DB Replication Manager. Complete
support for Berkeley DB Base Replication. Support for RPC.

This optionally can use pysetuptools.