-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Information to list about tools #7
Comments
Also note that the tools are currently (6/2019) sorted in each category by their rough popularity, using the pypi downloads, conda downloads, stars, and contributors columns. This ordering is currently static, generally having been computed on the day each library was added to the list, but it could presumably be automated based on some formal metric. Across these projects, there are relatively few cases where using one or the other of these metrics would give different orderings; e.g. popular projects tend to have a lot of stars, lots of contributors, lots of PyPi downloads, and lots of Conda downloads. The biggest discrepancies I can see are between PyPi and Conda downloads -- some projects are clearly used more by Conda users, and others more by PyPI users. Conda download numbers are tricky because of the various channels through which packages can be obtained; I think the current numbers include the main Anaconda channels, conda-forge, and bioconda, not any of the other channels. The holoviz tools are officially distributed using the pyviz channel, not the indexed channels, and other projects may have similar issues. If we could make a single merged "total downloads per month" badge I think I'd favor using that as the sorting order, but hopefully the rough approximate ordering is ok for now. |
In order to sort them by live measures of the total downloads per month, we would need to go to the source instead of using the badge for pypi downloads. This is the source: https://pypistats.org/api/packages/{package_name}/recent This would be kind of nice to do anyways because then we could coerce the download counts onto the same colormap which would improve legibility of the badges. |
For now I've used the updated matching counts to sort them all by current total downloads per month in #20, which is at least objective, but it won't be updated over time unless we add the above capability. |
The draft tools listing at https://pyviz.org/tools is already very useful, providing lots of information about each project that helps users make sense of them:
What else can/should it show?
My personal vote is to remove coverage to make room, then include sponsor, underlying library, and year info, and punt on the rest but consider adding them someday.
The text was updated successfully, but these errors were encountered: