Keyring
sereto.keyring
¶
get_password(service_name, username)
¶
Retrieve a password from the system keyring with fallback to plaintext file.
Source code in sereto/keyring.py
6 7 8 9 10 11 12 |
|
set_password(service_name, username, password)
¶
Set a password to the system keyring with fallback to plaintext file.
Source code in sereto/keyring.py
15 16 17 18 19 20 21 |
|