Differences between revisions 8 and 9
Revision 8 as of 2009-03-19 17:07:29
Size: 1211
Comment:
Revision 9 as of 2009-03-19 17:27:57
Size: 1392
Editor: modemcable244
Comment: per-package-version statistics
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:

----

[http://wiki.python.org/moin/PyPiXmlRpc Pypi XMLRPC]. I must say that the XMLRPC interface could be augmented to make it easier to derive per-package-version statistics.

Download statistics for package registered on Pypi can be obtained, in RSS format, by subscribing your favorite RSS reader (e.g. GoogleReader) with the following:

 http://www.jldupont.com/services/pypirss/rss/$package_name

Example

[http://www.jldupont.com/services/pypirss/rss/pypp]


Q: I tried http://www.jldupont.com/services/pypirss/rss/lockfile but got an error. Does something need to be set up for each package?

A: There is no downloads available for this package, hence no statistics on downloads.

  • ERROR: Error accessing "downloads" attribute from package[lockfile]

Q: You mean no downloads since you implemented this feature, or no downloads at all?

A: Sorry for the confusion: the XMLRPC interface to Pypi returns that an error code to the effect that no 'package_data' is available. If I look at the page on Pypi [http://pypi.python.org/pypi/lockfile], I don't see one either i.e. a download URL is made available BUT there are no "uploaded files" to Pypi.

Q. Interesting. People tell me they use lockfile, and it actually has a score listed when you search PyPI for "lockfile". Collecting download stats must be a relatively recent phenomenon.


[http://wiki.python.org/moin/PyPiXmlRpc Pypi XMLRPC]. I must say that the XMLRPC interface could be augmented to make it easier to derive per-package-version statistics.

Pypi package downloads statistics RSS (last edited 2009-03-19 18:50:53 by modemcable244)

Unable to edit the page? See the FrontPage for instructions.