13 buildPythonPackage rec {
14 pname = "netapp-ontap";
16 format = "setuptools";
19 pname = "netapp_ontap";
21 sha256 = "sha256-jPKfPJXtzARRlSuwkfJeZueQouwaaa0D6rZ+BcpILq0=";
24 propagatedBuildInputs = [
34 # no tests in sdist and no other download available
37 pythonImportsCheck = [ "netapp_ontap" ];
40 description = "A library for working with ONTAP's REST APIs simply in Python";
41 homepage = "https://devnet.netapp.com/restapi.php";
42 license = licenses.bsd3;
43 maintainers = with maintainers; [ SuperSandro2000 ];