File: PKG-INFO

package info (click to toggle)
python-bsddb3 6.2.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,600 kB
  • sloc: python: 14,884; ansic: 8,168; makefile: 201; sh: 5
file content (70 lines) | stat: -rw-r--r-- 3,528 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Metadata-Version: 2.1
Name: bsddb3
Version: 6.2.9
Summary: Python bindings for Oracle Berkeley DB
Home-page: https://www.jcea.es/programacion/pybsddb.htm
Author: Jesus Cea, Robin Dunn, Gregory P. Smith, Andrew Kuchling, Barry Warsaw
Author-email: pybsddb@jcea.es
License: 3-clause BSD License
Description: 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 versions of Python and/or Berkeley DB , you can
        use old releases of this bindings.
        
        
        `Homepage <https://www.jcea.es/programacion/
        pybsddb.htm>`__ --
        `Releases (changelog) <https://www.jcea.es/programacion/
        pybsddb.htm#Releases>`__ --
        `Documentation <https://www.jcea.es/programacion/
        pybsddb_doc/>`__ --
        `Mailing List <https://mailman.jcea.es/listinfo/pybsddb>`__ --
        `Donation <https://www.jcea.es/programacion/pybsddb_doc/donate.html>`__
        
        .. warning::
        
           This library is deprecated. If you are running Python 3 >= 3.6, please
           upgrade to `berkeleydb <https://pypi.org/project/berkeleydb/>`_ library.
           Check `details <https://www.jcea.es/programacion/pybsddb.htm>`__.
        
           Take note that upgrading to `berkeleydb`_ is easy but not transparent.
           Notably, keys and values are **bytes** in `berkeleydb`_ lib, while in
           'bsddb3' they are **strings**. You would only need to change your code to
           add or remove type encoding/decoding, depending of how you use the library.
           The process should be simple, nevertheless.
        
Platform: UNKNOWN
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 :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Clustering
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/x-rst