``svg.charts`` - Package for generating SVG Charts in Python ============================================================ .. contents:: Status and License ------------------ ``svg.charts`` is a port of the SVG::Graph Ruby package by Sean E. Russel. ``svg.charts`` supercedes ``svg_charts`` 1.1 and 1.2. ``svg.charts`` is written by Jason R. Coombs. It is licensed under an `MIT-style permissive license `_. You can install it with ``easy_install svg.charts``, or from the `subversion repository `_ with ``easy_install svg.charts==dev``. Getting Started --------------- ``svg.charts`` has some examples (taken directly from the reference implementation) in `tests/testing.py