b.p.l.account : module documentation

Part of bzrlib.plugins.launchpad

Functions to manage the user's Launchpad user ID.

This allows the user to configure their Launchpad user ID once, rather than once for each place that needs to take it into account.

Class UnknownLaunchpadUsername Undocumented
Class NoRegisteredSSHKeys Undocumented
Class MismatchedUsernames Undocumented
Function get_lp_login Return the user's Launchpad username.
Function set_lp_login Set the user's Launchpad username
Function check_lp_login Check whether the given Launchpad username is okay.
Function _set_global_option Undocumented
Function _get_auth_user Undocumented
Function _set_auth_user Undocumented
def get_lp_login(_config=None):
Return the user's Launchpad username.
RaisesMismatchedUsername if authentication.conf and bazaar.conf disagree about username.
def _set_global_option(username, _config=None):
Undocumented
def set_lp_login(username, _config=None):
Set the user's Launchpad username
def _get_auth_user(auth=None):
Undocumented
def _set_auth_user(username, auth=None):
Undocumented
def check_lp_login(username, _transport=None):
Check whether the given Launchpad username is okay.

This will check for both existence and whether the user has uploaded SSH keys.

API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.