[Distutils] how can projects with no files have downloads?

Donald Stufft donald at stufft.io
Sun Sep 14 22:08:25 CEST 2014


> On Sep 14, 2014, at 4:06 PM, Chris Jerdonek <chris.jerdonek at gmail.com> wrote:
> 
> On Sun, Sep 14, 2014 at 1:03 PM, Donald Stufft <donald at stufft.io <mailto:donald at stufft.io>> wrote:
>> 
>> On Sep 14, 2014, at 1:58 PM, holger krekel <holger at merlinux.eu> wrote:
>> 
>> Hi Donald, all,
>> 
>> I sometimes have doubts that the download numbers as shown by
>> pypi.python.org are correct.  Here is one case where i am pretty sure
>> something is wrong:
>> 
>> https://pypi.python.org/pypi/pytes
>> 
>> That's a project a friend uploaded after he heart me saying at my devpi
>> talk at EP2014 that i sometimes type "pip install pytes" :) It never had
>> files ASFAIK but has "18 downloads". How comes?
>> 
>> holger
>> _______________________________________________
>> Distutils-SIG maillist  -  Distutils-SIG at python.org
>> https://mail.python.org/mailman/listinfo/distutils-sig
>> 
>> 
>> 
>> I dunno!
>> 
>> I don’t see any reason why that would be the case, it’s possible that there
>> is a bug in the rsyslog-cdn.py script. I’m not sure. I’m planning on
>> rewriting
>> that soon anyways to be tons better.
> 
> Out of curiosity, where in source control is that script located?
> 
> --Chris


https://bitbucket.org/pypa/pypi/src/91c9ddbdf4222d982a01dd09f29ab9e184422e71/tools/rsyslog-cdn.py?at=default <https://bitbucket.org/pypa/pypi/src/91c9ddbdf4222d982a01dd09f29ab9e184422e71/tools/rsyslog-cdn.py?at=default>

That processes incoming logs from Fastly and puts them into reds. The download
rollups (last day, week, month) are pulled directly from Fastly. The total download
counts come from that and are processed once an hour by:

https://bitbucket.org/pypa/pypi/src/91c9ddbdf4222d982a01dd09f29ab9e184422e71/tools/integrate-redis-stats.py?at=default <https://bitbucket.org/pypa/pypi/src/91c9ddbdf4222d982a01dd09f29ab9e184422e71/tools/integrate-redis-stats.py?at=default>

---
Donald Stufft
PGP: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20140914/623e84c7/attachment-0001.html>


More information about the Distutils-SIG mailing list