xdot 1.3-1 source package in Ubuntu

Changelog

xdot (1.3-1) unstable; urgency=medium

  * New upstream release.

 -- Stefano Rivera <email address hidden>  Fri, 22 Sep 2023 22:45:43 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xdot_1.3-1.dsc 1.3 KiB f7ab2e052d3694105474ea00dbdbbe2c5e8b13f606685b63af3fa721fc346ff4
xdot_1.3.orig.tar.gz 31.9 KiB 16dcaf7c063cc7fb26a5290a0d16606b03de178a6535e3d49dd16709b6420681
xdot_1.3-1.debian.tar.xz 4.9 KiB 4f6bef9f5fb71df9823cb1797aa0e0cd307e74aa4590668e1aa2756c66a09c4c

Available diffs

No changes file available.

Binary packages built by this source

xdot: interactive viewer for Graphviz dot files

 xdot is an interactive viewer for graphs written in Graphviz's dot language.
 It uses internally the graphviz's xdot output format as an intermediate
 format, and PyGTK and Cairo for rendering. xdot can be used either as a
 standalone application from command line, or as a library embedded in your
 Python 3 application.
 .
 Features:
  * Since it doesn't use bitmaps it is fast and has a small memory footprint.
  * Arbitrary zoom.
  * Keyboard/mouse navigation.
  * Supports events on the nodes with URLs.
  * Animated jumping between nodes.
  * Highlights node/edge under mouse.