6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "46d3fd2016cd5b842283d547877a02c418a0fe9aa7a6b0ae344115a2c990fef4";
16 description = "An XPath for JSON";
17 homepage = "https://github.com/json-path/JsonPath";
18 license = licenses.mit;
19 maintainers = [ maintainers.mic92 ];