8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "29a5c2a68660a799103d6949167bd6c7953d031449d08802386372de1db6ad71";
17 propagatedBuildInputs = [ pyyaml ];
19 checkInputs = [ unidecode ];
22 description = "PyYAML-based module to produce pretty and readable YAML-serialized data";
23 homepage = "https://github.com/mk-fg/pretty-yaml";
24 license = lib.licenses.wtfpl;