util |
index /tmp/makerelease-pwman-python.bxOnk765/pwman-python-2.9/libpwman/util.py |
# Simple password manager
# Copyright (c) 2011-2023 Michael Büsch <m@bues.ch>
# Licensed under the GNU/GPL version 2 or later.
Modules | ||||||
|
Functions | ||
|
Data | ||
__all__ = ['str2bool', 'osIsWindows', 'osIsPosix', 'stdout', 'clearScreen', 'readPassphrase'] osIsPosix = True osIsWindows = False |