Metadata-Version: 1.2
Name: svg.charts
Version: 4.0
Summary: Python SVG Charting Library
Home-page: https://github.com/jaraco/svg.charts
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: UNKNOWN
Description: .. image:: https://img.shields.io/pypi/v/svg.charts.svg
           :target: https://pypi.org/project/svg.charts
        
        .. image:: https://img.shields.io/pypi/pyversions/svg.charts.svg
        
        .. image:: https://img.shields.io/pypi/dm/svg.charts.svg
        
        .. image:: https://img.shields.io/travis/jaraco/svg.charts/master.svg
           :target: http://travis-ci.org/jaraco/svg.charts
        
        ``svg.charts`` is a pure-python library for generating charts
        and graphs using Scalable Vector Graphics.
        
        License
        =======
        
        License is indicated in the project metadata (typically one or more
        of the Trove classifiers). For more details, see `this explanation
        <https://github.com/jaraco/skeleton/issues/1>`_.
        
        Acknowledgements
        ================
        
        ``svg.charts`` depends heavily on lxml and cssutils. Thanks to the
        contributors of those projects for stable, performant, standards-based
        packages.
        
        Thanks to Sean E. Russel for creating the SVG::Graph Ruby
        package from which this Python port was originally derived.
        
        Thanks to Leo Lapworth for creating the SVG::TT::Graph
        package which the Ruby port was based on.
        
        Thanks to Stephen Morgan for creating the TT template and SVG.
        
        Getting Started
        ===============
        
        ``svg.charts`` has some examples (taken directly from the reference implementation)
        in `tests/samples.py
        <https://github.com/jaraco/svg.charts/blob/master/tests/samples.py>`_.
        These examples show sample usage of the various chart types. They should provide a
        good starting point for learning the usage of the library.
        
        An example of using ``svg.charts`` in a `CherryPy
        <http://www.cherrypy.org/>`_ web app can be found in `jaraco.site.charts
        <https://github.com/jaraco/jaraco.site/blob/master/jaraco/site/charts.py>`_.
        If the site is working, you can see the `rendered output here
        <https://www.jaraco.com/charts/plot>`_.
        
        ``svg.charts`` also provides `API documentation
        <http://svgcharts.readthedocs.io/en/latest>`_.
        
        Contributing
        ============
        
        This project is `hosted at Github
        <https://github.com/jaraco/svg.charts>`_.
        
        Please use that site for
        reporting bugs and requesting help. Patches and contributions
        of any kind are encouraged.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Python: >=2.7
