module documentation
Resolve HubAI connection settings and securely stored credentials.
| Function | get |
Read a keyring password with a timeout using multiprocessing. |
| Function | get |
Read a keyring password with a timeout using a subprocess. |
| Variable | environ |
Undocumented |
| Function | _get |
Fetch a keyring password in a worker process and return it. |
def get_password_with_timeout(service_name:
str, username: str, timeout: float = 5) -> str | None:
¶
Read a keyring password with a timeout using multiprocessing.
def get_password_with_timeout_win(service_name:
str, username: str, timeout: float = 5) -> str | None:
¶
Read a keyring password with a timeout using a subprocess.