anytree 2.12.1-1.1 source package in Ubuntu

Changelog

anytree (2.12.1-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * No change source-only upload to allow testing migration.

 -- Boyuan Yang <email address hidden>  Sat, 27 Jul 2024 21:32:31 -0400

Upload details

Uploaded by:
Mitchell Augustin
Uploaded to:
Sid
Original maintainer:
Mitchell Augustin
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe misc
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
anytree_2.12.1-1.1.dsc 1.9 KiB b5d6d51f320efb6ddf8792369b505eebaf875546455dd8457ac3e9999f507390
anytree_2.12.1.orig.tar.gz 187.8 KiB a6b6b6b6b0d0d626b9e6afcb42946f9d23159586c6f08e8ba3dde0e22cd83a1b
anytree_2.12.1-1.1.debian.tar.xz 2.9 KiB d45387b07c9b1cde2e3372740c688c29afed6087ac51f3f3f1f6a612be970c0d

Available diffs

No changes file available.

Binary packages built by this source

python3-anytree: Powerful and Lightweight Python Tree Data Structure with various plugins

 Anytree is a Python library designed to enable easy creation,
 manipulation, and visualization of tree data structures. It
 exposes a syntactically simple interface for defining and
 establishing relationships between nodes and offers convenient
 tools for rendering trees in readable formats.
 .
 Anytree can also be used to turn any class into a tree node
 simply by adding NodeMixin as a base class. Trees
 constructed using Anytree can also be easily visualized
 and exported as images with various styles via Graphviz.
 (For users of the exporter API, make sure to install graphviz.)