Hi Python Team! I’m the developer of Jello (and JC). Jello is similar to JQ in that it filters JSON and JSON lines, except Jello uses pure python syntax.
https://github.com/kellyjonbrazil/jello <https://github.com/kellyjonbrazil/jello> For example: $ jc -a | jello -rl '[entry.name for entry in _.parsers if "darwin" in entry.compatible]' airport airport_s arp crontab crontab_u ... Please consider packaging Jello. It is currently available on AUR and Homebrew and is currently in process for packaging on Fedora. It should be very similar to the JC spec, but with fewer dependencies. (only Pygments>=2.4.2) Thank you, Kelly Brazil