python-graphviz 0.20.1-1 source package in Ubuntu
Changelog
python-graphviz (0.20.1-1) unstable; urgency=medium [ Debian Janitor] * Bump debhelper from old 12 to 13. * Update standards version to 4.6.2, no changes needed. [ Diane Trout ] * New upstream release -- Diane Trout <email address hidden> Wed, 18 Aug 2021 16:56:02 -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 | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-graphviz_0.20.1-1.dsc | 2.3 KiB | 1f917ed4fcf1073ab8d161d7482fb1af239547c6e02652ba093a3c51ccaa8e8d |
python-graphviz_0.20.1.orig.tar.gz | 188.1 KiB | f71a6862613d210e0668d594693034949147bab22395c70f35856a8d374daffc |
python-graphviz_0.20.1-1.debian.tar.xz | 3.2 KiB | 38bec1009af13ae2e3571ff5519309b6c47af255c1fd9cf9796835c5e6818aee |
Available diffs
- diff from 0.14.2-1 to 0.20.1-1 (180.1 KiB)
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.