python-datrie 0.8.2-2 source package in Ubuntu

Changelog

python-datrie (0.8.2-2) unstable; urgency=medium

  * Update standards version to 4.5.1, no changes needed.

 -- Debian Janitor <email address hidden>  Wed, 25 May 2022 21:38:03 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-datrie_0.8.2-2.dsc 2.1 KiB 88e44122c99a0721dadbc01acc13e40ecd273e291d5d9313126f88e76bfb885c
python-datrie_0.8.2.orig.tar.gz 61.8 KiB 525b08f638d5cf6115df6ccd818e5a01298cd230b2dac91c8ff2e6499d18765d
python-datrie_0.8.2-2.debian.tar.xz 4.5 KiB 1fb76be2e8800db9ccfec8be3f38ec7824670ed409f4d8525033159a74ef0ca6

No changes file available.

Binary packages built by this source

python3-datrie: 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-dbgsym: debug symbols for python3-datrie