gituser/production/: bsddb3-6.2.6 metadata and description

Homepage Simple index

Python bindings for Oracle Berkeley DB

author Jesus Cea, Robin Dunn, Gregory P. Smith, Andrew Kuchling, Barry Warsaw
author_email pybsddb@jcea.es
classifiers
  • License :: OSI Approved :: BSD License
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • Intended Audience :: Information Technology
  • Natural Language :: English
  • Natural Language :: Spanish
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Topic :: Database
  • Topic :: Software Development
  • Topic :: System :: Clustering
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.6
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
license 3-clause BSD License
File Tox results History
bsddb3-6.2.6-cp27-cp27mu-linux_x86_64.whl
Size
277 KB
Type
Python Wheel
Python
2.7
bsddb3-6.2.6.tar.gz
Size
233 KB
Type
Source

This module provides a nearly complete wrapping of the Oracle/Sleepycat C API for the Database Environment, Database, Cursor, Log 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.

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. The goal is to mirror most of the real Berkeley DB API so fall back to the Oracle Berkeley DB documentation as appropriate.

If you need to support ancient versiones of Python and/or Berkeley DB , you can use old releases of this bindings.

HomepageDocumentationMailing ListDonation