[ ソース: python-datrie ]
パッケージ: python3-datrie (0.8.2-1 など)
python3-datrie に関するリンク
Debian の資源:
python-datrie ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Super-fast, efficiently stored Trie for Python 3
trie variable is a dict-like object that can have unicode keys of certain ranges and Python objects as values.
In addition to implementing the mapping interface, tries facilitate finding the items for a given prefix, and vice versa, finding the items whose keys are prefixes of a given string. As a common special case, finding the longest-prefix item is also supported.
This package installs the library for Python 3.
その他の python3-datrie 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libdatrie1 (>= 0.2.11)
- 二重の配列を用いたトライ木ライブラリ
-
- dep: python3 (<< 3.10)
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
- dep: python3 (>= 3.9~)