7 buildPythonPackage rec {
12 inherit pname version;
13 hash = "sha256-SwFuA7iuJlU5dXpT66JLm/2lBvuU+84L7oQ8bwVUGhU=";
16 nativeBuildInputs = [ setuptools-scm ];
21 description = "Dictionary wrapper for quick access to deeply nested keys";
22 homepage = "https://dotty-dict.readthedocs.io";
23 license = licenses.mit;
24 maintainers = with maintainers; [ AndersonTorres ];