11 buildPythonPackage rec {
12 pname = "azure-data-tables";
14 format = "setuptools";
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 hash = "sha256-7qOTpjgMQusD6AeCXAN4MgA9CcgjKUgx2hXoEVWgtOY=";
23 propagatedBuildInputs = [
33 pythonImportsCheck = [
38 description = "NoSQL data storage service that can be accessed from anywhere";
39 homepage = "https://github.com/Azure/azure-sdk-for-python";
40 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-data-tables_${version}/sdk/tables/azure-data-tables/CHANGELOG.md";
41 license = licenses.mit;
42 maintainers = with maintainers; [ jonringer ];