Recently, I had to work with the Google Chart API in couple of Django Apps, and I realized there was something available here (django-chart-tools)<http://pypi.python.org/pypi/django-chart-tools>, but sort of tied me down! True, that package sort of helps make using the API very "simple" for starters, but I quickly realized it got in my way.
So, I decided to start a project where we could create generic Python utilities for making use of Google Chart API via Pyhton much more flexible and independent of any particular web-framework or environment (after-all, Google Chart API is all RESTful). So, in that direction, I've so far provided a tested module with the data encoding (text, simple and extended) already provided out-of-the-box. You are welcome to enhance, contribute, test or use. Here is the project on GitHub (gchart_pyutils<https://github.com/mcnemesis/gchart_pyutils> ). -- You received this message because you are subscribed to the Google Groups "Google Chart API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-chart-api/-/jfgqcQualUsJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-chart-api?hl=en.
