Bug#990234: RFP: jello -- Filter JSON and JSON Lines data with Python syntax

2021-06-23 Thread Kelly Brazil
ab 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

Bug#962239: RFP: jc -- converts command output to JSON

2020-07-10 Thread Kelly Brazil
Hi Sudip, We have updated jc to version 1.12.0 which now has a lower version requirement for pygments. Jc now only requires pygments version 2.3.0 and above, so it should package with the existing pygments version now. Thanks, Kelly > On Jun 8, 2020, at 1:41 PM, Kelly Brazil wr

Bug#962239: RFP: jc -- converts command output to JSON

2020-07-11 Thread Kelly Brazil
Quick update - v1.12.1 fixes the tests when using an older version of pygments. Any chance anyone can take this on and package it? Thanks, Kelly > On Jul 10, 2020, at 4:48 PM, Kelly Brazil wrote: > > Hi Sudip, > > We have updated jc to version 1.12.0 which now has

Bug#962239: RFP: jc -- converts command output to JSON

2020-07-12 Thread Kelly Brazil
Hi Sudip, That works for me, thanks! Cheers, Kelly > On Jul 12, 2020, at 2:37 PM, Sudip Mukherjee > wrote: > > Hi Kelly, > > And a final nitpick. Usually we are supposed to provide a manpage if > we install anything in /usr/bin. And 'jc' is not having any manpage. I > made a simple one to us

Bug#962239: RFP: jc -- converts command output to JSON

2020-07-12 Thread Kelly Brazil
Hi Sudip, Do you want me to add this to the GitHub repository or does it also need to be in the src/wheel dist on pypi? Where’s the best place for me to put the man page file… in the root of the source directory? Thanks, Kelly > On Jul 12, 2020, at 3:54 PM, Kelly Brazil wrote: > >

Bug#962239: RFP: jc -- converts command output to JSON

2020-06-04 Thread Kelly Brazil
;magic" syntax: $ jc ls -l /usr/bin | jq '.[] | select(.size > 5000)' { "filename": "docker", "flags": "-rwxr-xr-x", "links": 1, "owner": "root", "group": "root", "size": 68677120, "date": "Aug 14 19:41" } Thank you, Kelly Brazil

Bug#962239: RFP: jc -- converts command output to JSON

2020-06-08 Thread Kelly Brazil
Ah yes, the minimum pygments version should probably be v2.4.2. > On Jun 8, 2020, at 1:37 PM, Sudip Mukherjee > wrote: > > On Thu, Jun 04, 2020 at 03:03:35PM -0700, Kelly Brazil wrote: >> Package: wnpp >> Severity: wishlist >> >> I am the developer of j