could you change PYPI downloads number for not-uploaded packages?

D

dmitrey15

Hi all,
could you change PYPI downloads number for not-uploaded packages from zeros to real posivive numbers? For example, my projects download links are binded to my website , and thus people see misleading zeros, e.g.
https://pypi.python.org/pypi/openopt
Downloads (All Versions):
0 downloads in the last day
0 downloads in the last week

Or, even better, taking into account that some people install packages from subversion/git/etc repository, invoke "+1" when someone runs "python setup.py install" (or "develop") (provided internet connection is present)
 
R

Robert Kern

Hi all,
could you change PYPI downloads number for not-uploaded packages from zeros to real posivive numbers? For example, my projects download links are binded to my website , and thus people see misleading zeros, e.g.
https://pypi.python.org/pypi/openopt
Downloads (All Versions):
0 downloads in the last day
0 downloads in the last week

Or, even better, taking into account that some people install packages from subversion/git/etc repository, invoke "+1" when someone runs "python setup.py install" (or "develop") (provided internet connection is present)

The maintenance and development of PyPI is discussed on the Distutils-SIG.
Please bring your concerns there.

http://www.python.org/community/sigs/current/distutils-sig/

In short, if you want to have download counts, you will need to host your
package downloads from PyPI itself. There is no good way for PyPI to count
downloads from any other source.

What you might want to ask for instead is to have the download count not shown
when the packages are not hosted on PyPI. That would be a reasonable change that
I think the PyPI team would accept.

--
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,008
Latest member
HaroldDark

Latest Threads

Top