PACKAGE NAME: bsddb3-6.2.6-x86_64-1_slonly.txz PACKAGE MIRROR: http://packages.slackonly.com/pub/packages/14.2-x86_64/ PACKAGE LOCATION: ./python/bsddb3 PACKAGE SIZE (compressed): 176 K PACKAGE SIZE (uncompressed): 1020 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: bsddb3: bsddb3 (Python interface for Berkeley DB) bsddb3: bsddb3: This module provides a nearly complete wrapping of the bsddb3: Oracle/Sleepycat C API for the Database Environment, Database, Cursor, bsddb3: Sequence and Transaction objects, and each of these is exposed as a bsddb3: Python type in the bsddb3.db module. The database objects can use bsddb3: various access methods: btree, hash, recno, and queue. Complete bsddb3: support of Berkeley DB distributed transactions. bsddb3: bsddb3: Homepage: https://pypi.python.org/pypi/bsddb3/ bsddb3: