Metadata-Version: 1.1
Name: svgplotlib
Version: 0.2
Summary: SVG plotting library
Home-page: http://code.google.com/p/svgplotlib/
Author: Runar Tenfjord
Author-email: runar.tenfjord@tenko.no
License: BSD
Download-URL: http://pypi.python.org/pypi/svgplotlib/
Description: **svgplotlib** is a lightweight python package for creating SVG
        graphs and charts.
        
        The TEX package and freetype extension have been ported from matplotlib.
        Compared to matplotlib the dependency om numpy have been removed.
        
        **Highlights**
        
         * Pie chart
         * Bar chart
         * Gantt chart
         * XY plot
         * date plot
         * Support a subset of TEX syntax similar to matplotlib.
         * Inlines font glyps in SVG file for consistent results.
         * General SVG support.
        
Platform: any
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
Requires: pyparsing
