launchpadlib
Script Launchpad through its web services interfaces. Officially supported.
What it is and what it does
launchpadlib is a Python client library that wraps Launchpad's REST web service API, allowing developers to programmatically interact with Launchpad's project hosting, bug tracking, code repositories, and related infrastructure. It abstracts the underlying HTTP communication (via httplib2) and REST protocol details (via lazr.restfulclient) into Python objects representing Launchpad entities like projects, bugs, branches, and teams.
The library supports both anonymous and authenticated access through OAuth tokens, with optional keyring integration for credential storage. It is officially supported by Launchpad and maintained as a stable, production-ready tool for automation, scripting, and integration workflows that interact with Launchpad-hosted projects.
Use it for:
- Automate bug triage and management workflows by querying and updating bugs programmatically on Launchpad-hosted projects.
- Build continuous integration pipelines that fetch source code, create merge proposals, or update project metadata on Launchpad.
- Generate reports on project activity, team membership, or release information by querying Launchpad's data via the API.
- Integrate Launchpad project data into external dashboards, wikis, or management tools.
- Write scripts to batch-process tasks across multiple Launchpad projects or teams.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
launchpadlib provides a Python client library for interacting with Launchpad's web service API, enabling programmatic access to Launchpad's project management, bug tracking, and code hosting features.
Yes, if you need to automate or integrate with Launchpad-hosted projects. The library is production-stable, supports modern Python versions (3.8–3.13), has low install friction, and carries no known vulnerabilities. The dormant maintenance status (575 days since release) is a minor concern for long-term support, but the stable API and LGPL v3 license are clear. Install only if you are actively working with Launchpad; it is not a general-purpose tool.
Install
launchpadlib on PyPI
pip
pip install launchpadlibuv
uv add launchpadlibpoetry
poetry add launchpadlibInstalling launchpadlib
Before you install
Low install friction with a pure-Python wheel distribution. Maintenance is dormant (575 days since last release), but the package is marked Production/Stable and supports current Python versions through 3.13. Three runtime dependencies (httplib2, lazr.restfulclient, lazr.uri) are all established libraries.
License in practice
Licensed under LGPL v3 (copyleft). Any derivative work or modifications must be distributed under the same license terms, and source code must be made available to recipients.
Quickstart
pip install launchpadlib
from launchpadlib.launchpad import Launchpad
lp = Launchpad.login_anonymously('my-app', 'production')
project = lp.projects['ubuntu']
Requires Python 3.8 or later. Anonymous access works without credentials; authenticated access requires OAuth token setup with Launchpad.
Verify before relying
- Whether the dormant maintenance status (575 days since release) signals end-of-life or stable maturity for this production library.
- Current compatibility with Launchpad's API if the service has evolved since the last release.
Package facts
| License | LGPL v3 (copyleft) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — httplib2, lazr.restfulclient, lazr.uri |
| Maintenance | dormant — 575 days since the last release |
| First released | |
| Downloads | 447,539/month — #6,606 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: launchpadlib-2.1.0-py3-none-any.whl
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
python-zaqarclientPython client library for the OpenStack Zaqar…
permissive · top 15,000 on PyPI
launchdarkly-apiA Python client library for LaunchDarkly's REST…
permissive · top 15,000 on PyPI
analytics-pythonA Python client library that sends analytics…
permissive · top 5,000 on PyPI
lazr.restfulclientA programmable HTTP client library for…
copyleft · top 15,000 on PyPI
ssh-import-idssh-import-id fetches public SSH keys from…
copyleft · top 15,000 on PyPI
wadllibParses and navigates HTTP web services…
copyleft · top 15,000 on PyPI
osc-libosc-lib provides a shared library of common…
permissive · top 5,000 on PyPI
lazr.uriParse, manipulate, and generate URIs with a…
copyleft · top 15,000 on PyPI
daytona_sdkA deprecated alias package that ships identical…
permissive · top 5,000 on PyPI
PyGithubPyGithub provides Python access to the GitHub…
copyleft · top 1,000 on PyPI