12 buildPythonPackage rec {
13 pname = "azure-data-tables";
15 format = "setuptools";
17 disabled = pythonOlder "3.8";
20 inherit pname version;
21 hash = "sha256-7qOTpjgMQusD6AeCXAN4MgA9CcgjKUgx2hXoEVWgtOY=";
24 propagatedBuildInputs = [
34 pythonImportsCheck = [ "azure.data.tables" ];
37 description = "NoSQL data storage service that can be accessed from anywhere";
38 homepage = "https://github.com/Azure/azure-sdk-for-python";
39 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-data-tables_${version}/sdk/tables/azure-data-tables/CHANGELOG.md";
40 license = licenses.mit;