1 { lib, buildPythonPackage, fetchFromGitHub, isPy27
13 buildPythonPackage rec {
17 # No tests in Pypi tarball
18 src = fetchFromGitHub {
22 sha256 = "1zw86qp9ycw2k0anw6pzvwgd3zds0z2cwy0s663zhiv9mnb5hx1n";
25 propagatedBuildInputs = [ numpy scipy spglib pymatgen h5py matplotlib seekpath phonopy ];
27 checkInputs = [ pytest ];
33 # tests have type annotations, can only run on 3.5+
37 description = "Toolkit for plotting and analysis of ab initio solid-state calculation data";
38 homepage = "https://github.com/SMTG-UCL/sumo";
39 license = licenses.mit;
40 maintainers = with maintainers; [ psyanticy ];