def _create_keychain()

in keyper/__init__.py [0:0]


    def _create_keychain(
        keychain_path: str,
        keychain_password: str,
        *,
        lock_on_sleep: bool = True,
        lock_on_timeout: bool = True,
        timeout: int = 60 * 6,