question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Machine parseable output

See original GitHub issue

Is your feature request related to a problem? Please describe. We are using vermin from our CI and want to provide as much feedback as possible when something fails. So we’d like to be able to get the results from vermin and feed back in to the reports given.

Describe the solution you’d like All result data in a format that can easily be parsed by another piece of software:

  • Aggregated minimum versions
  • List of detected requirements with file, line, column, versions and reason

E.g.:

foo.py:17:5:2.6:3.0:__future__.print_function

Describe alternatives you’ve considered Parsing the current output. It is likely to break in the future though as it can easily change given that it’s for humans, and not other software.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:41 (32 by maintainers)

github_iconTop GitHub Comments

1reaction
CendioOssmancommented, Oct 27, 2020

Seems to work well now for our case. Thanks. 😃

1reaction
CendioOssmancommented, Oct 21, 2020
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Generate Machine Parseable Output of the ipmpstat ...
Procedure How to Generate Machine Parseable Output of the ipmpstat Command. You can generate machine parseable information by using the ipmpstat -P syntax....
Read more >
[parted-devel] Machine Parseable Output - Debian
[parted-devel] Machine Parseable Output ... I just made a commit to master that adds the '-m' option for machine parseable output.
Read more >
Parsable Output — RichDEM 0.0.03 documentation
Parsable Output ¶. Every line of output from RichDEM begins with one of the following characters, making it easy to parse with a...
Read more >
Parsable output from systemctl (for example list all units)
I use this for machine-parsable output, adding --plain --no-legend , for example: systemctl list-units -t service --full --all --plain ...
Read more >
Nmap Development: Re: Suggestion: Using script output - Human ...
Re: Suggestion: Using script output - Human-readable and machine-parseable ... The XML output (which is the version meant for parsing) will be harder...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found