util
index
/tmp/makerelease-pwman-python.qbyb4Fo9/pwman-python-2.11/libpwman/util.py

# Simple password manager
# Copyright (c) 2011-2024 Michael Büsch <m@bues.ch>
# Licensed under the GNU/GPL version 2 or later.

 
Modules
       
curses
getpass
os
sys

 
Functions
       
clearScreen()
readPassphrase(prompt, verify=False)
stdout(text, flush=True)
str2bool(string, default=False)

 
Data
        __all__ = ['str2bool', 'osIsWindows', 'osIsPosix', 'stdout', 'clearScreen', 'readPassphrase']
osIsPosix = True
osIsWindows = False