Add google-visualization-python project to Melange repository.
commitd2d4951c8e273adbf40e9d3e4462b6c22bca959a
authorPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 1 Jun 2009 18:31:38 +0000 (1 20:31 +0200)
committerPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 1 Jun 2009 18:31:38 +0000 (1 20:31 +0200)
treebbfcad4f5a2ceee198cfdfea7f0774b030f1361d
parent1babc663da0f5befad39361c4e5272f75545d210
Add google-visualization-python project to Melange repository.

This python module will be used with our Statistics module to leverage Google Visualization API and python as a data source.
app/gviz/COPYRIGHT [new file with mode: 0644]
app/gviz/README [new file with mode: 0644]
app/gviz/__init__.py [new file with mode: 0644]
app/gviz/examples/dynamic_example.py [new file with mode: 0755]
app/gviz/examples/static_example.py [new file with mode: 0755]
app/gviz/gviz_api.py [new file with mode: 0755]
app/gviz/gviz_api_test.py [new file with mode: 0755]
app/gviz/setup.py [new file with mode: 0755]