7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-sRNd7bxByAEOK8H3fsl0TH+qQrzhoch0FnkUSdbId4A=";
17 doCheck = false; # No tests in archive
19 pythonImportsCheck = [ "easydict" ];
22 homepage = "https://github.com/makinacorpus/easydict";
23 license = licenses.lgpl3;
24 description = "Access dict values as attributes (works recursively)";