python-trie 0.2+ds-1 source package in Ubuntu

Changelog

python-trie (0.2+ds-1) unstable; urgency=medium

  * Initial release. (Closes: #822195)

 -- Orestis Ioannou <email address hidden>  Sun, 24 Jul 2016 12:12:37 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-trie_0.2+ds-1.dsc 2.1 KiB d5827956f951276ac7cac3721716d723a2daade4d438686f4f110f299bd02d3b
python-trie_0.2+ds.orig.tar.gz 11.0 KiB 178747e52fb61ce322a0d1dde8d8420d4c3d184d7b4c49b73c997c94dd97c8a0
python-trie_0.2+ds-1.debian.tar.xz 2.5 KiB 4f51ba6df078cea68819497d5a0e237d5f12771b61f044901e21221d6399afed

No changes file available.

Binary packages built by this source

python-trie: No summary available for python-trie in ubuntu focal.

No description available for python-trie in ubuntu focal.

python-trie-doc: No summary available for python-trie-doc in ubuntu yakkety.

No description available for python-trie-doc in ubuntu yakkety.

python3-trie: Pure Python implementation of the trie data structure (Python 3)

 A trie is an ordered tree data structure that is used to store a mapping where
 the keys are sequences, usually strings over an alphabet.
 In addition to implementing the mapping interface, tries allow finding the
 items for a given prefix, and vice versa, finding the items whose keys are
 prefixes of a given key.
 .
 This is the Python 3 package.