pyOpenSci / pyosMeta

A package that updates pyOpenSci contributor and package metadata on our website
BSD 3-Clause "New" or "Revised" License
4 stars 17 forks source link

[usability] ProcessIssues.parse_issues(issues) should have a print / count indicator so we know it's doing something #191

Open lwasser opened 1 month ago

lwasser commented 1 month ago

This is just a small feature description for the parse_issues method. right now the method works but it's hard to know if it's stalling because it's collecting data or because it is going to fail. i am on a bad internet connection and it's hard to tell right now!

A message that happens as it grabs each issue would be super helpful to know that the method is making progress. ✨

the print statement of log point would likely be placed here