10 buildPythonPackage rec {
11 pname = "jsonpath-rw";
16 inherit pname version;
17 sha256 = "05c471281c45ae113f6103d1268ec7a4831a2e96aa80de45edc89b11fac4fbec";
20 propagatedBuildInputs = [ ply six decorator ];
22 # ImportError: No module named tests
26 homepage = "https://github.com/kennknowles/python-jsonpath-rw";
27 description = "A robust and significantly extended implementation of JSONPath for Python, with a clear AST for metaprogramming";
28 license = licenses.asl20;