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