Checkpasswords Index / Checkpasswords / Io / Input
Auto-generated documentation for checkpasswords.io.input module.
Use pass_import to convert an ambiguous source file to a list[Credentials].
pathstr - path to password source filemanagerstr, optional - specify a pasword manager if pass_import fails to identify it. Defaults to None.
list[Credentials]- list of credentials used by the rest of checkpasswords
def passImport(path: str, manager: str | None = None) -> list[Credentials]: ...Convert pass_import representation to checkpasswords representation (list[Credentials]).
:param dict list[dict]: pass_import representation
Type: list[Credentials] checkpasswords representation
def transformPass(data: list[dict]) -> list[Credentials]: ...