I'm looking for a pure Python library to help put together SVG images. It doesn't need to be fast.
I know pySVG exists, but I'm not interested in a GPL library (and I can't use GPL libraries for this particular project).
Basic SVG elements aren't especially complicated, so I suppose I could roll my own, but I'd rather participate in an existing project than go off on my own.
Thanks!