9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-kCYbIG1t79WP3V6F9Hi/YzopAXmJBr4q04kVDFxg7b4=";
25 homepage = "https://github.com/jmespath/jmespath.py";
26 description = "JMESPath allows you to declaratively specify how to extract elements from a JSON document";
27 mainProgram = "jp.py";
28 license = licenses.mit;