[feature request] export --inspect
results in a machine-readable format
#116
Labels
enhancement
New feature or request
--inspect
results in a machine-readable format
#116
What change would you like to see?
pydistcheck --inspect
should support optionally writing its information into at least one machine-readable format.How would implementing this improve
pydistcheck
?Right now,
pydistcheck --inspect
just prints information like the following.Exporting it to JSON (and maybe CSV or Parquet in the future) would enable the following:
pydistcheck
run over multiple Python package distributions (e.g. for research purposes)pydistcheck
's analysis with other tools' analyses of Python package distributionsNotes
I really like the way that
pytest-cov
does this.https://pytest-cov.readthedocs.io/en/latest/reporting.html
That's awesome because it allows for:
The text was updated successfully, but these errors were encountered: