パッケージ: 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 (>= 4.2)
- GCC 共有ライブラリ
-
- dep: libkyotocabinet16v5 (>= 1.2.79)
- Straightforward implementation of DBM - shared library
-
- dep: libstdc++6 (>= 11)
- GNU 標準 C++ ライブラリ v3
-
- dep: python3 (<< 3.12)
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (>= 3.11~)