aboutsummaryrefslogtreecommitdiff
path: root/libraries/bsddb3/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/bsddb3/README')
-rw-r--r--libraries/bsddb3/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/libraries/bsddb3/README b/libraries/bsddb3/README
deleted file mode 100644
index 92fd8d6996ed..000000000000
--- a/libraries/bsddb3/README
+++ /dev/null
@@ -1,12 +0,0 @@
-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.
-
-pysetuptools is an optional dependency.