Skip to content
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

Project badges service #330

Closed
oberstet opened this issue Jul 29, 2014 · 7 comments
Closed

Project badges service #330

oberstet opened this issue Jul 29, 2014 · 7 comments
Labels
requires triaging maintainers need to do initial inspection of issue UX/UI design, user experience, user interface

Comments

@oberstet
Copy link

For Python projects, it can be nice to have "badges" (small images, like Travis etc) with package downloads per month on their homepage. This informs and attracts new users.

There is a service for that: https://pypip.in

E.g. https://pypip.in/download/autobahn/badge.png

However, the service isn't terrible stable (right now, it's broken). And it would be nice if PyPI itself would provide such a service.

The numbers presented should be exactly the same regardless of source:

  • PyPI project page
  • badge rendering service
  • PyPI API

The image should be available in two formats:

  • png
  • svg
@shiroyuki
Copy link

IMO, the badge might not be necessary. We just need to redesign the project page as the information like the download count is already visible on the page.

@oberstet
Copy link
Author

@shiroyuki would that allow me to show the download count on my project page? e.g. by including an img element on my page with src = "http://pypi.../mypackage" ..

@shiroyuki
Copy link

Oh, I see. My mistake. :P

@nlhkabu nlhkabu added the UX/UI design, user experience, user interface label Jul 14, 2015
@nlhkabu nlhkabu added the requires triaging maintainers need to do initial inspection of issue label Jul 2, 2016
@szepeviktor
Copy link

@oberstet Please see pypi/legacy#513

@timcera
Copy link

timcera commented Oct 31, 2016

pypip.in hasn't worked for awhile.

What I have been using is http://shields.io/

Regardless, the download counts don't work right now at pypi.org or pypi.python.org.

@jab
Copy link

jab commented Jan 30, 2018

Maybe this can be closed in preference to a solution based on #787 (which I just upvoted 😊) and shields.io? @brainwane et al.

@di
Copy link
Member

di commented Jan 30, 2018

Agreed. It is not likely that PyPI will ever have such a service, however it is likely that we will ship #787 and services like shields.io will once again be able to provide badges for download counts.

Closing this, but thanks to @oberstet for the feature request and identifying the need (and thanks to @jab for pointing out the alternative).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requires triaging maintainers need to do initial inspection of issue UX/UI design, user experience, user interface
Projects
None yet
Development

No branches or pull requests

7 participants