On Tue, Mar 30, 2010 at 4:22 PM, Simon de Vlieger <[email protected]> wrote: > Dear all, > > I first adressed this question to the distutils-sig mailing list and was > kindly told to post this question to this mailinglist so here it goes. > > The XMLRPC API documentation for PyPi at > http://wiki.python.org/moin/PyPiXmlRpc contains a 'downloads' key in the > example. However in the documentation below it is missing and my own tries > at the API confirm this. > > Now I would very much like to have access to the data (especially the > download count). Is there any possibility of these values returning? > > Regards,
As far as I can see, the download count is not exposed (anymore ?) in the release_data XMLRPC method, but it shouldn't be hard to add it back since it's directly accessible in the storage (built through a cron that reads the apache stats) It just requires one extra call to `store.list_files(package_name, version)` Let's see what Martin says.. :) Regards Tarek -- Tarek Ziadé | http://ziade.org _______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
