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