7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-Ce4dBFmKbmZOJEZfgEzjv+EZpv21Ni3xwWj4qpKfvXM=";
17 propagatedBuildInputs = [
21 pythonImportsCheck = [ "py3nvml" ];
24 description = "Python 3 Bindings for the NVIDIA Management Library";
25 mainProgram = "py3smi";
26 homepage = "https://pypi.org/project/py3nvml/";
27 license = with licenses; [ bsd3 bsd2 ];
28 maintainers = with maintainers; [ happysalada ];