1 { lib, fetchPypi, buildPythonPackage
5 buildPythonPackage rec {
11 inherit pname version format;
12 sha256 = "1yag559lpmwfdxpxn679a6ajifcbpgljr5n6k5b7rrj38k2xq7jg";
15 propagatedBuildInputs = [
20 description = "Python API for Google Visualization";
21 homepage = https://developers.google.com/chart/interactive/docs/dev/gviz_api_lib;
22 license = licenses.asl20;
23 maintainers = with maintainers; [ ndl ];