1 { lib, buildPythonPackage, fetchPypi, isPy27
9 buildPythonPackage rec {
11 pname = "azure-multiapi-storage";
15 inherit pname version;
16 sha256 = "sha256-QhC2s/onnlbFVxMmK6SJg2hatxp4WTrYWtMV0pXtAZ8=";
19 propagatedBuildInputs = [
28 pythonNamespaces = [ "azure.multiapi" ];
33 pythonImportsCheck = [ "azure.common" "azure.multiapi.storage" ];
36 description = "Microsoft Azure Storage Client Library for Python with multi API version support.";
37 homepage = "https://github.com/Azure/azure-sdk-for-python";
38 license = licenses.mit;
39 maintainers = with maintainers; [ jonringer ];