mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
6670f0b757
- http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr)
11 lines
393 B
Plaintext
11 lines
393 B
Plaintext
SecretService provides a way to securely storing passwords and other secrets in
|
|
Python.
|
|
|
|
It uses DBus Secret Service API that is supported by GNOME Keyring (>= 2.30) and
|
|
KWallet (>= 4.8).
|
|
|
|
It allows to create new passwords, delete and search for passwords matching
|
|
given attributes. It also supports graphical prompts when unlocking is needed.
|
|
|
|
WWW: https://pypi.python.org/pypi/SecretStorage
|