module documentation

Undocumented

Function get_password_with_timeout Read a keyring password with a timeout using multiprocessing.
Function get_password_with_timeout_win Read a keyring password with a timeout using a subprocess.
Variable environ Undocumented
Function _get_password_win 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.

environ =

Undocumented

def _get_password_win(q: multiprocessing.Queue, service_name: str, username: str):

Fetch a keyring password in a worker process and return it.