8 buildPythonPackage rec {
9 pname = "qmk_dotty_dict";
13 src = fetchFromGitHub {
16 rev = "refs/tags/v${version}";
17 hash = "sha256-kY7o9wgfsV7oc5twOeuhG47C0Js6JzCt02S9Sd8dSGc=";
20 nativeBuildInputs = [ poetry-core ];
25 homepage = "https://github.com/pawelzny/dotty_dict";
26 description = "Dictionary wrapper for quick access to deeply nested keys";
28 This is a version of dotty-dict by QMK (https://qmk.fm) since the original
29 dotty-dict published to pypi has non-ASCII characters that breaks with
30 some non-UTF8 locale settings.
32 license = licenses.mit;