11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "c111453617b17ab2bda60a4cd71787d6f2b59c85cdf71ab160a737606ac66c31";
20 checkInputs = [ pytest selenium ];
21 propagatedBuildInputs = [ jinja2 six setuptools ];
23 # Seems to require a browser
27 description = "Generate complex HTML+JS pages with Python";
28 homepage = "https://github.com/python-visualization/branca";
29 license = with lib.licenses; [ mit ];