Part of bzrlib.plugins.launchpad
Function | get_cache_directory | Return the directory to cache launchpadlib objects in. |
Function | parse_launchpadlib_version | Parse a version number of the style used by launchpadlib. |
Function | check_launchpadlib_compatibility | Raise an error if launchpadlib has the wrong version number. |
Class | NoLaunchpadBranch | Undocumented |
Function | login | Log in to the Launchpad API. |
Class | LaunchpadBranch | Provide bzr and lp API access to a Launchpad branch. |
Function | canonical_url | Return the canonical URL for a branch. |
Function | _get_api_url | Return the root URL of the Launchpad API. |
e.g. For the 'staging' Launchpad service, this function returns launchpadlib.launchpad.STAGING_SERVICE_ROOT.
Parameters | service | A LaunchpadService object. |
Returns | A URL as a string. |