Anyone where I can find the gnome keyring api in PyGi?
I used:
import gnomekeyring
Now I want to use the new python / gobject introspection, so this would be something like:
from gi.repository import GnomeKeyring
But I can not find the module to load. Does anyone know if / how can I access the Gnome Keyring API with gobject python introspection?
source
share