twodict 1.2-4 source package in Ubuntu

Changelog

twodict (1.2-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Fri, 28 Oct 2022 18:48:28 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
twodict_1.2-4.dsc 1.9 KiB 62c3a709e73c09a6ef2167fb0df75e2c841abb049821130d497fcce9e59cd52b
twodict_1.2.orig.tar.gz 6.9 KiB 1e9a3333cc5d3f87b0ad21da1ffb071556f0e9206026365a9b47d7d73d90d639
twodict_1.2-4.debian.tar.xz 3.1 KiB 999ea7745219537b4708fec74f7b5c16ac0cb2acbc5316ae5b181c5b63c6740d

Available diffs

No changes file available.

Binary packages built by this source

python3-twodict: Simple two way ordered dictionary for Python 3

 TwoWayOrderedDict is a custom dictionary in which you can get the key:value
 relationship but you can also get the value:key relationship. It also
 remembers the order in which the items were inserted and supports almost all
 the features of the build-in dict.
 .
 This package installs the library for Python 3.