Re: pypi changelog api

2013-02-21 Thread Michael Herman
yeah, i just checked github, i thought a buddy of mine had submitted an issue not sure how they get their updates. this is an interesting project - https://github.com/kencochrane/pypi-mirrors On Thu, Feb 21, 2013 at 6:04 AM, Philipp Hagemeister wrote: > Just FYI, PyPi already has an RSS feed: >

Re: pypi changelog api

2013-02-21 Thread Michael Herman
totally agree. if you just had a listener setup you could just have a simple trigger-action setup. On Thu, Feb 21, 2013 at 6:07 AM, Philipp Hagemeister wrote: > On 02/21/2013 02:58 PM, Michael Herman wrote: > > Oh - and I haven't tried this site, but you may be able to set something > up > > on t

Re: pypi changelog api

2013-02-21 Thread Philipp Hagemeister
On 02/21/2013 02:58 PM, Michael Herman wrote: > 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. > > http://www.changedetection.com/ They just query the whole page - I could do that myself, easily. But the problem is tha

Re: pypi changelog api

2013-02-21 Thread Philipp Hagemeister
Just FYI, PyPi already has an RSS feed: https://pypi.python.org/pypi?:action=rss And instead of mailing the author, you should probably open an issue (or better yet, a pull request) at https://github.com/crateio/crate.web/issues For that matter - how does crate.io update their PyPi mirror? Cheer

Re: pypi changelog api

2013-02-21 Thread Michael Herman
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. http://www.changedetection.com/ On Thu, Feb 21, 2013 at 5:52 AM, Michael Herman wrote: > I'd love to see https://crate.io/ set up an API or at the very least an > RSS fee

Re: pypi changelog api

2013-02-21 Thread Michael Herman
I'd love to see https://crate.io/ 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. On Thu, Feb 21, 2013 at 5:33 AM, Philipp Hagemeister wrote: > Hi Gregg, > > to get a smaller

Re: pypi changelog api

2013-02-21 Thread Philipp Hagemeister
Hi Gregg, to get a smaller response, you can simply pass in a timestamp, like this: >>> client = xmlrpclib.ServerProxy('http://pypi.python.org/pypi') >>> import time >>> client.changelog(int(time.time() - 600)) [['vs.bootstrap.plonetheme', '1.0.1', 1361451748, 'update description, classifiers'],

pypi changelog api

2013-02-17 Thread Gregg Caines
Hey all, 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