On Linux, it seems that appcfg.py saves credentials when I use it to upload a new version of my application. However, this doesn\'t seem to happen OSX, and the password is a
Check out the Python module keyring - http://bitbucket.org/kang/python-keyring-lib
Supports Linux (Gnome,KDE), Win32 and OSX keychain backends. Worked great for me.