File: control

package info (click to toggle)
python-bsddb3 3.3.0-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,656 kB
  • ctags: 1,539
  • sloc: python: 3,663; ansic: 3,197; makefile: 39; sh: 24
file content (18 lines) | stat: -rw-r--r-- 902 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: python-bsddb3
Section: interpreters
Priority: optional
Maintainer: Nathan P. Hawkins III <utsl@quic.net>
Build-Depends: debhelper (>> 3.0.0), libdb3-dev (>=3.0.0), python-dev (>=2.1), python-dev (<<2.2)
Standards-Version: 3.5.2

Package: python-bsddb3
Architecture: any
Depends: ${shlibs:Depends}, python (>=2.1), python (<<2.2)
Description: Python interface to libdb3
 This module provides a nearly complete wrapping of the Sleepycat C API for
 the Database Environment, Database, Cursor, 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, queue.  For the
 first time all of these are fully supported in the Python wrappers.  Please
 see the documents in the docs directory of the source distribution or at the
 website for more details on the types and methods provided.