python-graphviz 0.20.1-2 source package in Ubuntu

Changelog

python-graphviz (0.20.1-2) unstable; urgency=medium

  * Delete "doctest-output" directory from dist-packages
    (Closes: #1029297) Thanks Chris Lamb

 -- Diane Trout <email address hidden>  Tue, 15 Aug 2023 13:06:33 -0700

Upload details

Uploaded by:
Diane Trout
Uploaded to:
Sid
Original maintainer:
Diane Trout
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-graphviz_0.20.1-2.dsc 2.3 KiB 9e20fc67a55ceeb50add3d0ad1c642b46763dd5f14ed5b19db64eedfe9cdd632
python-graphviz_0.20.1.orig.tar.gz 188.1 KiB f71a6862613d210e0668d594693034949147bab22395c70f35856a8d374daffc
python-graphviz_0.20.1-2.debian.tar.xz 3.3 KiB 7ca4073f1f1e0a39d3871da17ed4efc322613fb8eacf3d684a3ff7596bcc588d

Available diffs

No changes file available.

Binary packages built by this source

python3-graphviz: Simple Python 3 interface for Graphviz

 This package facilitates the creation and rendering of graph descriptions in
 the DOT language of the Graphviz graph drawing software from Python.
 .
 Create a graph object, assemble the graph by adding nodes and edges, and
 retrieve its DOT source code string. Save the source code to a file and render
 it with the Graphviz installation of your system.
 .
 Use the ``view`` option/method to directly inspect the resulting (PDF, PNG,
 SVG, etc.) file with its default application. Graphs can also be rendered
 and displayed within Jupyter notebooks.
 .
 This contains the Python 3 version.