> On Sep 14, 2014, at 4:06 PM, Chris Jerdonek <[email protected]> wrote: > > On Sun, Sep 14, 2014 at 1:03 PM, Donald Stufft <[email protected] > <mailto:[email protected]>> wrote: >> >> On Sep 14, 2014, at 1:58 PM, holger krekel <[email protected]> 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 - [email protected] >> 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
_______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
