Does anyone where I can find the gnome keyring api in PyGi?
I used to do:
import gnomekeyring
Now I want to use the new python/gobject introspection so it would be something like:
from gi.repository import GnomeKeyring
But I can't find the module to load. Does someone know if/how I can access the Gnome Keyring api with python gobject introspection?