Metadata-Version: 2.1
Name: svg2rlg
Version: 0.3
Summary: Convert SVG to Reportlab drawing
Home-page: http://code.google.com/p/svg2rlg/
Download-URL: http://pypi.python.org/pypi/svg2rlg/
Author: Runar Tenfjord
Author-email: runar.tenfjord@gmail.com
License: BSD
Classifier: Environment :: Console
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
Requires: reportlab
License-File: COPYING.txt

**svg2rlg** is a small utility to convert SVG to reportlab graphics.

The authors motivation was to have a more robust handling of
SVG files in the **rst2pdf** tool. Specific to be able to handle
the quirks needed to include SVG export from matplotlib.
