thanks for the pointer. urllib3 has been ported to GAE (requests uses urllib so that's one worry off the list) but requests uses some file-system calls (and GAE doesn't support file systems).
I'll take a look and see if the library has been taken further for GAE.