Pakket: python3-kyotocabinet-dbg (1.22-3build1)
Verwijzigingen voor python3-kyotocabinet-dbg
Trisquel bronnen:
Het bronpakket python-kyotocabinet downloaden:
- [python-kyotocabinet_1.22-3build1.dsc]
- [python-kyotocabinet_1.22.orig.tar.gz]
- [python-kyotocabinet_1.22-3build1.debian.tar.xz]
Beheerder:
Original Maintainers:
- Debian Python Modules Team (Mailarchief)
- Shawn Landden
Externe bronnen:
- Homepage [fallabs.com]
Vergelijkbare pakketten:
Straightforward implementation of DBM - Python 3 debugging symbols
Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. Each key must be unique within a database. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree.
This package provides the debugging symbols for the Python 3 interface to Kyoto Cabinet.
Andere aan python3-kyotocabinet-dbg gerelateerde pakketten
|
|
|
-
- dep: python3-dbg
- debug build of the Python 3 Interpreter (version 3.8)
-
- dep: python3-kyotocabinet (= 1.22-3build1)
- Straightforward implementation of DBM - Python 3 bindings