Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-python@lists.debian.org

* Package name    : keyring-pass
  Version         : 0.9.3
  Upstream Contact: https://github.com/nazarewk
* URL             : https://github.com/nazarewk/keyring_pass
* License         : MIT
  Programming Lang: Python
  Description     : python3-keyring-pass

password-store backend for the Python keyring module.

----

On my system, because I have a weird desktop and don't use any
"official" keyring system, I sometimes get weird prompts for setting
up kwallet (which happens to be installed, but that i don't use).

I *finally* figured out i can fix this by disabling the keyring
package with:

    python -m keyring --disable

which effectively drops this blob in ~/.config/python_keyring/keyringrc.cfg:

[backend]
default-keyring=keyring.backends.null.Keyring

but wouldn't it be great if the python keyring module would work with
my password manager, which is pass?

This is one of the backends suggested upstream:

https://github.com/jaraco/keyring/#third-party-backends

Reply via email to