12 buildPythonPackage rec {
17 inherit pname version;
18 sha256 = "54051072bccc9cdb3ebbd8af0559195137a61d308f04bff19678e4b61350eb12";
21 propagatedBuildInputs = [ boltons attrs face ];
23 checkInputs = [ pytest pyyaml ];
24 # test_cli.py checks the output of running "glom"
25 checkPhase = "PATH=$out/bin:$PATH pytest glom/test";
28 homepage = "https://github.com/mahmoud/glom";
29 description = "Restructuring data, the Python way";
31 glom helps pull together objects from other objects in a
32 declarative, dynamic, and downright simple way.
34 license = licenses.bsd3;
35 maintainers = with maintainers; [ twey ];