10 buildPythonPackage rec {
13 format = "setuptools";
16 inherit pname version;
17 hash = "sha256-v5AcgF0iAyz6U0sv98WqawZZ4DfxnsHgzKf1hZGLXIk=";
20 propagatedBuildInputs = [
31 description = "Python plotting library for collaborative, interactive, publication-quality graphs";
32 downloadPage = "https://github.com/plotly/plotly.py";
33 homepage = "https://plot.ly/python/";
34 license = with licenses; [ mit ];
35 maintainers = with maintainers; [ ];