[ 源代码: python-kyotocabinet ]
软件包:python3-kyotocabinet(1.23-3 以及其他的)
python3-kyotocabinet 的相关链接
Debian 的资源:
下载源码包 python-kyotocabinet:
- [python-kyotocabinet_1.23-3.dsc]
- [python-kyotocabinet_1.23.orig.tar.gz]
- [python-kyotocabinet_1.23-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [dbmx.net]
相似软件包:
Straightforward implementation of DBM - Python 3 bindings
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 a Python 3 interface to Kyoto Cabinet.
其他与 python3-kyotocabinet 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.29)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.5)
- GCC 支持库
-
- dep: libkyotocabinet16v5 (>= 1.2.79)
- Straightforward implementation of DBM - shared library
-
- dep: libstdc++6 (>= 11)
- GNU 标准 C++ 库,第3版
-
- dep: python3 (<< 3.12)
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (>= 3.11~)