Oh - and I haven't tried this site, but you may be able to set something up on there to email when the changelog is updated.<div><br></div><div><a href="http://www.changedetection.com/">http://www.changedetection.com/</a><br>

<br><div class="gmail_quote">On Thu, Feb 21, 2013 at 5:52 AM, Michael Herman <span dir="ltr"><<a href="mailto:hermanmu@gmail.com" target="_blank">hermanmu@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I'd love to see <a href="https://crate.io/" target="_blank">https://crate.io/</a> set up an API or at the very least an RSS feed for tracking changes. I've emailed the author about this. I think if enough people do, an RSS feed would be easy to setup.<div>


<br><br><div class="gmail_quote"><div><div class="h5">On Thu, Feb 21, 2013 at 5:33 AM, Philipp Hagemeister <span dir="ltr"><<a href="mailto:phihag@phihag.de" target="_blank">phihag@phihag.de</a>></span> wrote:<br></div>

</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Hi Gregg,<br>
<br>
to get a smaller response, you can simply pass in a timestamp, like this:<br>
<br>
>>> client = xmlrpclib.ServerProxy('<a href="http://pypi.python.org/pypi" target="_blank">http://pypi.python.org/pypi</a>')<br>
>>> import time<br>
>>> client.changelog(int(time.time() - 600))<br>
[['vs.bootstrap.plonetheme', '1.0.1', 1361451748, 'update description,<br>
classifiers'], ['numericalunits', '1.11', 1361451759, 'new release'],<br>
['numericalunits', '1.11', 1361451760, 'add source file<br>
numericalunits-1.11.tar.gz'], ['autobahn_rce', '0.6.0', 1361451798,<br>
'remove'], ['vs.bootstrap.plonetheme', '1.0.1', 1361451816, 'update<br>
description, classifiers'], ['vs.bootstrap.plonetheme', '1.0.1',<br>
1361451882, 'update description, classifiers'], ['autobahn_rce',<br>
'0.5.9', 1361451956, 'new release'], ['autobahn_rce', '0.5.9',<br>
1361451971, 'add source file autobahn_rce-0.5.9.tar.gz']]<br>
<br>
I don't think there's way to get older chunks of the changelog though.<br>
What would you need those for?<br>
<br>
If you need the entire changelog, just download it once (it's not that<br>
large, barely 40MB). Here it is, up until 1361452402 (now):<br>
<br>
<a href="http://phihag.de/2013/pypi-changelog-2013-02-20.json.bz2" target="_blank">http://phihag.de/2013/pypi-changelog-2013-02-20.json.bz2</a><br>
<br>
What I'd like is a real-time push service of changelog entries, but I'm<br>
not certain that would be scalable.<br>
<br>
Cheers,<br>
<br>
Philipp<br>
<div><div><br>
<br>
On 02/18/2013 02:16 AM, Gregg Caines wrote:<br>
> Hey all,<br>
><br>
> I'm trying to write a script that tracks changes on pypi, and I've come across the xmlrpc interface, specifically the 'changelog' api.  It's definitely what I'm looking for, but I get an absolutely massive xml response from it at once and I was hoping there might be either some way to "page" through it with mulitple requests, or a different-but-similar API.<br>



><br>
> Thanks in advance,<br>
> Gregg<br>
<br>
<br>
</div></div><br></div></div><span class="HOEnZb"><font color="#888888">--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
<br></font></span></blockquote></div><br></div>
</blockquote></div><br></div>