Super-fast, efficiently stored Trie for Python
The library implements the Trie data structure. The 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, the library tries to 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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.8.2-4.fc35 | - |
Fedora 35 | 0.8.2-4.fc35 | - |
Fedora 34 | 0.8.2-2.fc34 | - |
You can contact the maintainers of this package via email at
python-datrie dash maintainers at fedoraproject dot org
.