Module zut.passwordstore

Manage passwords with GPG using pass file structure.

See: https://www.passwordstore.org

See also module zut.pass for a command accessing functions defined in this module.

Functions

delete_pass(name, *[, missing_ok])

Remove a password from pass.

get_pass(-> str)

Get a password from pass, the standard unix password manager (see https://www.passwordstore.org).

get_pass_path(name)

Get the path for a password for pass, the standard unix password manager (see https://www.passwordstore.org).

get_pass_recipient()

is_pass_available([name])

list_pass_names()

set_pass(name, value, *[, archivate])

Define a password in pass.