python-collections-extended 2.0.2-2 source package in Ubuntu

Changelog

python-collections-extended (2.0.2-2) unstable; urgency=medium

  * No-changes source-only upload.

 -- Andrius Merkys <email address hidden>  Mon, 20 Feb 2023 02:33:25 -0500

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
python-collections-extended_2.0.2-2.dsc 2.3 KiB 5be64dd7395a881eedec86a15415a065bb4db3d5b0eeb2521968ea0df63a2f0e
python-collections-extended_2.0.2.orig.tar.gz 81.9 KiB cea43f0ef321b23866a76b729d74f094a6d1b58286a5167b7f517360f8336f1a
python-collections-extended_2.0.2-2.debian.tar.xz 2.5 KiB bd0069901bb28ae37374986e03011ed6fe5880f523fe3e8a6e9c39465a57e9f3

Available diffs

No changes file available.

Binary packages built by this source

python3-collections-extended: Extra Python Collections - bags, setlists, RangeMap and IndexedDict

 collections_extended is a pure Python module with no dependencies providing:
 .
  * a bag class, also known as multiset,
  * a setlist class, which is a unique list or ordered set,
  * a bijection class, RangeMap which is a mapping from ranges to values,
  * a IndexedDict class, which is an ordered mapping whose elements can be
    accessed using index, in addition to key.
 .
 There are also frozen (hashable) varieties of bags and setlists.
 .
 This package installs the library for Python 3.