You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was pointed at this project by a colleague, and I think it is a really cool idea! I am wanting to integrate this into a continuous integration build system that shoves a bunch of reports to a bucket to be consumed by another service in our ecosystem to track organization-wide metrics about our various codebases. Would you be open to a contribution that uses this feature from prettytable to output the data to a json format that is more machine-readable?
I am thinking it is just a refactor of these lines of code:
I was pointed at this project by a colleague, and I think it is a really cool idea! I am wanting to integrate this into a continuous integration build system that shoves a bunch of reports to a bucket to be consumed by another service in our ecosystem to track organization-wide metrics about our various codebases. Would you be open to a contribution that uses this feature from
prettytable
to output the data to a json format that is more machine-readable?I am thinking it is just a refactor of these lines of code:
libyear/libyear/libyear
Lines 40 to 44 in ecbacf9
libyear/libyear/pypi.py
Line 73 in ecbacf9
libyear/libyear/pypi.py
Line 83 in ecbacf9
stderr
rather thanstdout
. What do you think?Also, thanks for building this!
The text was updated successfully, but these errors were encountered: