Hugo van Kemenade
Hugo van Kemenade
Something like this? ```diff diff --git a/src/pypistats/__init__.py b/src/pypistats/__init__.py index 3bd7ac4..7395288 100644 --- a/src/pypistats/__init__.py +++ b/src/pypistats/__init__.py @@ -169,6 +169,9 @@ def pypi_stats_api( data = _percent(data) data = _grand_total(data) + if format...
Here's the list of the most-used `project_uls` keys in the top 4,000 downloaded packages (August 2020), which could be used to inform what is commonly used and what to standardise...
> If this is reading the HTML on Warehouse, I'm pretty sure we surface the dedicated links for home page and download URLs in the metadata as a Project URL...
Option 1 would be a bit annoying, I'm fine with either of 2 or 3. It'd be nice to ditch the `exec`. Option 3 feels a bit brittle, but I...
Which PR do you prefer?
Yeah, the PyPy one is a bit flaky.
Maybe we should remove/replace these literal types? @hauntsaninja Would you like to propose something in a PR? (Ref to where they were added: https://github.com/termcolor/termcolor/pull/44)
Thanks for the PR! These are some automated checks to make sure tests pass and some code quality/linters are happy. I added a changelog label, so that's now happy. There's...
Reminder that this needs some updates. Let me know if you've any questions. Thanks!