Part of bzrlib.plugins.launchpad.lp_api_lite View In Hierarchy
Method | __init__ | Undocumented |
Method | get_latest_version | Get the latest published version for the given package. |
Method | place | Text-form for what location this represents. |
Method | _setup_series_and_pocket | Parse the 'series' info into a series and a pocket. |
Method | _archive_URL | Return the Launchpad 'Archive' URL that we will query. |
Method | _publication_status | Handle the 'status' field. |
Method | _query_params | Get the parameters defining our query. |
Method | _query_URL | Create the full URL that we need to query, including parameters. |
Method | _get_lp_info | Place an actual HTTP query against the Launchpad service. |
Method | _parse_json_info | Parse the json response from Launchpad into objects. |
Parse the 'series' info into a series and a pocket. eg:: _setup_series_and_pocket('natty-proposed') => _series == 'natty' _pocket == 'Proposed'