#973693 RFP: drawsvg -- Programmatically generates SVG images and renders or displays them in a Jupyter notebook

Package:
wnpp
Source:
wnpp
Submitter:
Carlo Stemberger
Date:
2025-11-29 16:47:38 UTC
Severity:
wishlist
#973693#5
Date:
2020-11-03 10:51:00 UTC
From:
To:
* Package name    : python3-drawsvg
  Version         : 1.7.0
  Upstream Author : Casey Duckering <cduck@uchicago.edu>
* URL             : https://github.com/cduck/drawSvg
* License         : MIT
  Programming Lang: Python
  Description     : A Python 3 library for programmatically generating SVG images (vector drawings) and rendering them or displaying them in a Jupyter notebook


A Python 3 library for programmatically generating SVG images (vector
drawings) and rendering them or displaying them in a Jupyter notebook.

Most common SVG tags are supported and others can easily be added by
writing a small subclass of DrawableBasicElement or
DrawableParentElement.

An interactive Jupyter notebook widget, drawSvg.widgets.DrawingWidget,
is included that can update drawings based on mouse events.