.. _f-pwdhelper: module ``loghelper.pwd_helper`` =============================== Short summary +++++++++++++ module ``pyquickhelper.loghelper.pwd_helper`` Helpers to store and retrieve password. :githublink:`%|py|5` Functions +++++++++ +------------------------------------------------------------------------+------------------------------------------------------------------------------------+ | function | truncated documentation | +========================================================================+====================================================================================+ | :func:`get_password ` | Restores a password. By default, uses :epkg:`keyring`. | +------------------------------------------------------------------------+------------------------------------------------------------------------------------+ | :func:`set_password ` | Stores a password. By default, uses :epkg:`keyring` or :epkg:`keyrings.cryptfile`. | +------------------------------------------------------------------------+------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.loghelper.pwd_helper :members: :special-members: __init__ :show-inheritance: