10 buildPythonPackage rec {
15 src = fetchFromGitHub {
19 sha256 = "11y6axhj0nlagf7ax6gas1g06krrmddb1jlmf0mmrmyi7z0vldk2";
22 checkInputs = [ pytestCheckHook ];
24 propagatedBuildInputs = [
30 description = "A Python implementation of the Predictive Power Score (PPS)";
31 homepage = "https://github.com/8080labs/ppscore/";
32 license = licenses.mit;
33 maintainers = with maintainers; [ evax ];