Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #16514 > unrolled thread

Bug#1088912: RFP: keyring-pass -- python3-keyring-pass

Started byAntoine Beaupre <anarcat@debian.org>
First post2024-12-02 22:00 +0100
Last post2024-12-02 22:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.debian.maint.python


Contents

  Bug#1088912: RFP: keyring-pass -- python3-keyring-pass Antoine Beaupre <anarcat@debian.org> - 2024-12-02 22:00 +0100

#16514 — Bug#1088912: RFP: keyring-pass -- python3-keyring-pass

FromAntoine Beaupre <anarcat@debian.org>
Date2024-12-02 22:00 +0100
SubjectBug#1088912: RFP: keyring-pass -- python3-keyring-pass
Message-ID<JPlGp-dhTY-1@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.debian.maint.python


csiph-web