Metadata-Version: 1.0
Name: django-googlecharts
Version: 1.0-alpha-1
Summary: Django template tags to generate charts using the Google chart API.
Home-page: http://github.com/jacobian/django-googlecharts
Author: Jacob Kaplan-Moss
Author-email: jacob@jacobian.org
License: BSD
Description: Google Charts template tag
        ==========================
        
        This is a suite of template tags to assist in generating charts using Google's
        `Chart API`__. There's deliberately no Python-level API; try pygooglechart__
        for that.
        
        Currently the library is long on code, and short on testing and documentation.
        It's only been tested against Django 1.1 and Pythons 2.4 and 2.5.
        
        For example usage, see ``docs/examples.html``.
        
        __ http://code.google.com/apis/chart/
        __ http://pygooglechart.slowchop.com/
        
        Contributing
        ------------
        
        The source is on GitHub: http://github.com/jacobian/django-googlecharts. Feel
        free to send me pull requests, or send patches to <jacob@jacobian.org>.
Keywords: django charts templates
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
