liblarch 3.2.0-2 source package in Ubuntu

Changelog

liblarch (3.2.0-2) unstable; urgency=medium

  * Team upload
  * Fix maintainer according to adoption

 -- Bastian Germann <email address hidden>  Mon, 11 Jul 2022 13:31:10 +0200

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblarch_3.2.0-2.dsc 1.8 KiB 05df9357a3e2dad3d5ac57708e44e2a6b08eefedd28f63db3efdf52c9de8206e
liblarch_3.2.0.orig.tar.gz 55.4 KiB ddebecee8523d751b5f0d371739fceb3b2fc84c3b1784a406d064538d2d9c7fd
liblarch_3.2.0-2.debian.tar.xz 3.2 KiB 342faf748cc263b7fbeff86c4bcab22d914de1afccbbca45563aa7f5fe5b4d1d

Available diffs

No changes file available.

Binary packages built by this source

python3-liblarch: easily handle data structures

 Liblarch is a Python module created to easily handle data structure such as
 lists, trees and directed acyclic graphs (tree where nodes can have multiple
 parents).
 .
 Liblarch supports multiple views of one data structure and complex filtering.
 That way, you have a clear separation between your data (Model) and how they
 are displayed (View).