[Distutils] PyPI Download Counts

Donald Stufft donald at stufft.io
Mon May 27 02:08:35 CEST 2013


Hello!

As you have have noticed the download counts on PyPI are no longer updating. Originally this was due to an issue with the script that processes these download counts. However I have now removed the download counts from the PyPI webui and their use via the API is considered deprecated.

There are numerous reasons for their removal/deprecation some of which are:
    - Technically hard to make work with the new CDN
        - The CDN is being donated to the PSF, and the donated tier does not offer any form of log access
        - The work around for not having log access would greatly reduce the utility of the CDN
    - Highly inaccurate
        - A number of things prevent the download counts from being inaccurate, some of which include:
            - pip download cache
            - Internal or unofficial mirrors
            - Packages not hosted on PyPI (for comparisons sake)
            - Mirrors or unofficial grab scripts causing inflated counts (Last I looked 25% of the downloads were from a known mirroring script).
    - Not particularly useful
        - Just because a project has been downloaded a lot doesn't mean it's good
        - Similarly just because a project hasn't been downloaded a lot doesn't mean it's bad

In short because it's value is low for various reasons, and the tradeoffs required to make it work are high It has been not an effective use of resources.

The API will continue to return values for it in order to not break scripts, however in the future all these values will be set to 0. The Web UI has been modified to no longer display it.

-----------------
Donald Stufft
PGP: 0x6E3CBCE93372DCFA // 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/20130526/e37aaca8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20130526/e37aaca8/attachment.pgp>


More information about the Distutils-SIG mailing list