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


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

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

From Antoine Beaupre <anarcat@debian.org>
Newsgroups linux.debian.bugs.dist, linux.debian.maint.python
Subject Bug#1088912: RFP: keyring-pass -- python3-keyring-pass
Date 2024-12-02 22:00 +0100
Message-ID <JPlGp-dhTY-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Cross-posted to 2 groups.

Show all headers | View raw


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

Back to linux.debian.maint.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web