Pakket: python3-datrie (0.7.1-2)
Verwijzigingen voor python3-datrie
Debian bronnen:
Het bronpakket python-datrie downloaden:
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python3-datrie gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.14)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: libdatrie1 (>= 0.2.11)
- Double-array trie library
-
- dep: python3 (<< 3.8)
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (>= 3.6~)