1 { lib, buildPythonPackage, fetchPypi, azure-core
5 buildPythonPackage rec {
6 pname = "azure-appconfiguration";
10 inherit pname version;
12 sha256 = "9372467c74930d20827135d468b7fcaa1ad42e4673a4591ceadbb6ad8e1b7e07";
15 propagatedBuildInputs = [
20 pythonImportsCheck = [ "azure.appconfiguration" ];
23 description = "Microsoft App Configuration Data Library for Python";
24 homepage = "https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/appconfiguration/azure-appconfiguration";
25 license = licenses.mit;
26 maintainers = with maintainers; [ jonringer ];