8 buildPythonPackage rec {
14 inherit pname version format;
15 sha256 = "a05055fed8c279f34f4b496eace7648c7fe9c1b06851e8a36e748541f1adbb05";
18 propagatedBuildInputs = [ six ];
21 description = "Python API for Google Visualization";
22 homepage = "https://developers.google.com/chart/interactive/docs/dev/gviz_api_lib";
23 license = licenses.asl20;
24 maintainers = with maintainers; [ ndl ];