6 buildPythonPackage rec {
12 inherit pname version;
13 hash = "sha256-sRNd7bxByAEOK8H3fsl0TH+qQrzhoch0FnkUSdbId4A=";
16 doCheck = false; # No tests in archive
18 pythonImportsCheck = [
23 homepage = "https://github.com/makinacorpus/easydict";
24 license = licenses.lgpl3;
25 description = "Access dict values as attributes (works recursively)";