9 buildPythonPackage rec {
12 format = "setuptools";
14 src = fetchFromGitHub {
15 owner = "kellyjonbrazil";
18 hash = "sha256-EN09Kcnw4HNT2roCoQyZkoHEfkM9qxqtneZPuBg46z4=";
25 propagatedBuildInputs = [
33 pythonImportsCheck = [ "jello" ];
36 installManPage man/jello.1
40 description = "CLI tool to filter JSON and JSON Lines data with Python syntax";
41 mainProgram = "jello";
42 homepage = "https://github.com/kellyjonbrazil/jello";
43 changelog = "https://github.com/kellyjonbrazil/jello/blob/${src.rev}/CHANGELOG";
44 license = licenses.mit;
45 maintainers = with maintainers; [ figsoda ];