how to upload files to "google code" filesection ?

Mike Driscoll kyosohma at gmail.com
Mon Jul 28 09:09:56 EDT 2008


On Jul 26, 12:43 pm, Stef Mientki <stef.mien... at gmail.com> wrote:
> hello,
>
> In a program I want to download (updated) files from google code (not
> the svn section).
> I could find a python script to upload files,
> but not for downloading.
>
> Anyone has a hint or a solution ?
>
> thanks,
> Stef Mientki

You should be able to use urllib to do that. The following link has a
recipe:

http://code.activestate.com/recipes/496685/

If you need to search Google Code, there's an API that appears to be
exposed through their gdata module.

Mike



More information about the Python-list mailing list