Package: wnpp Severity: wishlist I am the developer of jello (and JC), which is now packaged on macOS (Homebrew) and AUR. Jello is currently in process for packaging on Fedora.
Jello is licensed under the MIT license. https://github.com/kellyjonbrazil/jello https://pypi.org/project/jello/ <https://pypi.org/project/jc/> Jello is similar to jq in that it processes JSON and JSON Lines data except jello uses standard python dict and list syntax. $ jc -a | jello -rl '[entry.name for entry in _.parsers if "darwin" in entry.compatible]' airport airport_s arp crontab crontab_u ... Jello is developed in python and I have posted a package request on the debian-python list. The only dependency is Pygments>=2.4.2. Thank you, Kelly Brazil