Machine parseable output
See original GitHub issueIs 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:
- Created 3 years ago
- Comments:41 (32 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Seems to work well now for our case. Thanks. 😃
Sure, you can find a copy here:
https://github.com/aleaxit/slowaes/blob/master/python/aes.py