Metadata-Version: 2.4
Name: berkeleydb
Version: 18.1.14
Summary: Python bindings for Oracle Berkeley DB
Home-page: https://www.jcea.es/programacion/pybsddb.htm
Author: Jesús Cea Avión, Robin Dunn, Gregory P. Smith, Andrew Kuchling, Barry Warsaw
Author-email: pybsddb@jcea.es
License: 3-clause BSD License
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Natural Language :: English
Classifier: Natural Language :: Spanish
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Clustering
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: summary

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
berkeleydb.db module. The database objects can use various access methods:
btree, hash, recno, queue and heap.  Complete support of Oracle Berkeley DB
distributed transactions. Complete support for Oracle Berkeley DB Replication
Manager. Complete support for Oracle Berkeley DB Base Replication.

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 Oracle Berkeley DB API so fall back to the Oracle
Berkeley DB documentation as appropriate.

If you need to support ancient versions of Python and/or Oracle Berkeley DB ,
you can use legacy `bsddb3 <https://pypi.org/project/bsddb3/>`__ library.

`Homepage <https://www.jcea.es/programacion/pybsddb.htm>`__ --
`Releases (changelog)
<https://docs.jcea.es/berkeleydb/latest/changelog.html>`__ --
`Documentation <https://docs.jcea.es/berkeleydb/latest/>`__ --
`Mailing List <https://mailman.jcea.es/listinfo/pybsddb>`__ --
`Donation <https://docs.jcea.es/berkeleydb/latest/donate.html>`__
