<p dir="ltr"><br>
On 26 Oct 2013 04:51, "Dustin Oprea" <<a href="mailto:myselfasunder@gmail.com">myselfasunder@gmail.com</a>> wrote:<br>
><br>
> Is there any way that we can use the user-agent to either identify users or identify mirrors?<br>
><br>
> Can we pass a flag or signature from "pip"? It won't reflect downloads from website, but this probably won't affect the numbers much. In this case, we might just reword it to "pip Downloads".<br>

><br>
> This is a distressing issue. It doesn't seem like package owners have any usable usage data.</p>
<p dir="ltr">Most downloads happen through the Fastly CDN - the numbers are derived from the Fastly logs rather than being direct. The code that does that log analysis is in <a href="https://bitbucket.org/pypa/pypi/src">https://bitbucket.org/pypa/pypi/src</a> (Donald would be able to provide a more direct reference to the relevant source).</p>

<p dir="ltr">However, separating downloads between mirroring, automatic deployments and integration and actual direct downloads isn't something PyPI has ever done, or is really able to do in a systematic way. "pip install thatproject" (and equivalent commands for other tools) looks the same to PyPI regardless of whether it's a human or a script running the command.</p>

<p dir="ltr">That's why Donald's recent download analysis was able to split it up by tools, but not by purpose.</p>
<p dir="ltr">Now, exposing more of that analytical data to package owners on an ongoing basis is an interesting idea, but one that would be a *very* long way down the priority list for the current development team.</p>
<p dir="ltr">However, if someone else were to figure out a way to expose the data users needed to do their own analysis, it might be possible to support that, although it may be better to look at offering that through Warehouse (aka PyPI.next) rather than the existing PyPI software (<a href="https://github.com/dstufft/warehouse">https://github.com/dstufft/warehouse</a>). There's a demo instance (using live data) running at <a href="http://preview-pypi.python.org">preview-pypi.python.org</a>, but that's mostly focused on backwards compatibility testing for the tool APIs at this point rather than being navigable through a web browser.</p>

<p dir="ltr">Cheers,<br>
Nick.</p>
<p dir="ltr">><br>
> Dustin Oprea<br>
><br>
> On Oct 25, 2013 1:49 PM, "Donald Stufft" <<a href="mailto:donald@stufft.io">donald@stufft.io</a>> wrote:<br>
>><br>
>> Mostly new packages will get roughly 2-3k of downloads from what appears to be<br>
>> mirroring infrastructure. I’m hesitant to mess with the traffic numbers at all because<br>
>> I don’t want them to be inaccurate *and* artificial vs just inaccurate (assuming you<br>
>> think it’s the number of people downloading your project).<br>
>><br>
>> On Oct 25, 2013, at 1:22 PM, Dustin Oprea <<a href="mailto:dustin@randomingenuity.com">dustin@randomingenuity.com</a>> wrote:<br>
>><br>
>>> It seems like the download counts on PyPI aren't accurate. Though the really useful packages seem to have higher numbers than the packages that only apply to a specific target audience, I'm fairly certain that the numbers are more affected by robots and such than actual users.<br>

>>><br>
>>> Recently I started a service that requires membership. In the last month, PyPI reports 3000 downloads of the client, yet Google Analytics only reports a handful of visits to the website. I have even less membership signups (as expected, so soon after launch). Why are the download counts so inflated?<br>

>>><br>
>>> What has to be done to get this to be accurate?<br>
>>><br>
>>> I've included two screenshots of PyPI and GA.<br>
>>><br>
>>><br>
>>><br>
>>> Dustin Oprea<br>
>>> <Selection_001.png><Selection_002.png>_______________________________________________<br>
>>> Distutils-SIG maillist  -  <a href="mailto:Distutils-SIG@python.org">Distutils-SIG@python.org</a><br>
>>> <a href="https://mail.python.org/mailman/listinfo/distutils-sig">https://mail.python.org/mailman/listinfo/distutils-sig</a><br>
>><br>
>><br>
>><br>
>> -----------------<br>
>> Donald Stufft<br>
>> PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA<br>
>><br>
>><br>
>> _______________________________________________<br>
>> Distutils-SIG maillist  -  <a href="mailto:Distutils-SIG@python.org">Distutils-SIG@python.org</a><br>
>> <a href="https://mail.python.org/mailman/listinfo/distutils-sig">https://mail.python.org/mailman/listinfo/distutils-sig</a><br>
>><br>
><br>
> _______________________________________________<br>
> Distutils-SIG maillist  -  <a href="mailto:Distutils-SIG@python.org">Distutils-SIG@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/distutils-sig">https://mail.python.org/mailman/listinfo/distutils-sig</a><br>
><br>
</p>