Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #51049

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

Path csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'subject:not': 0.03; 'url:pypi': 0.03; '(all': 0.07; 'pypi': 0.07; 'source.': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'setup.py': 0.09; 'subject:number': 0.09; 'runs': 0.10; 'itself.': 0.14; '"python': 0.16; 'kern': 0.16; 'present)': 0.16; 'pypi.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'underlying': 0.16; 'zeros': 0.16; 'wrote:': 0.18; 'all,': 0.19; 'install': 0.23; 'header:User-Agent:1': 0.23; 'interpret': 0.24; '(or': 0.24; 'shown': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'host': 0.29; 'thus': 0.29; 'robert': 0.30; 'invoke': 0.31; 'there.': 0.32; 'url:python': 0.33; 'could': 0.34; 'connection': 0.35; 'there': 0.35; 'subject:?': 0.36; 'url:org': 0.36; 'example,': 0.37; 'e.g.': 0.38; 'to:addr:python-list': 0.38; 'hosted': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'even': 0.60; 'email addr:gmail.com': 0.63; 'real': 0.63; 'our': 0.64; 'taking': 0.65; 'account': 0.65; 'world': 0.66; 'believe': 0.68; 'internet': 0.71; 'day': 0.76; 'eco': 0.84; 'short,': 0.84; 'terrible': 0.84; 'url:distutils-sig': 0.84; 'subject:you': 0.87
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Robert Kern <robert.kern@gmail.com>
Subject Re: could you change PYPI downloads number for not-uploaded packages?
Date Mon, 22 Jul 2013 16:52:01 +0100
References <1510b4f9-5b17-4fde-a19f-cc4f0d277e40@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host 213.1.240.226
User-Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130620 Thunderbird/17.0.7
In-Reply-To <1510b4f9-5b17-4fde-a19f-cc4f0d277e40@googlegroups.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4982.1374508336.3114.python-list@python.org> (permalink)
Lines 31
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1374508336 news.xs4all.nl 15873 [2001:888:2000:d::a6]:37976
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:51049

Show key headers only | View raw


On 2013-07-22 16:44, dmitrey15@gmail.com wrote:
> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

could you change PYPI downloads number for not-uploaded packages? dmitrey15@gmail.com - 2013-07-22 08:44 -0700
  Re: could you change PYPI downloads number for not-uploaded packages? Robert Kern <robert.kern@gmail.com> - 2013-07-22 16:52 +0100
  Re: could you change PYPI downloads number for not-uploaded packages? Ben Finney <ben+python@benfinney.id.au> - 2013-07-23 09:08 +1000

csiph-web