launchpadlib

Script Launchpad through its web services interfaces
Download

launchpadlib Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • LAZR Developers
  • Publisher web site:
  • https://launchpad.net/~lazr-developers

launchpadlib Tags


launchpadlib Description

Script Launchpad through its web services interfaces launchpadlib is an Open Source Python library that lets you treat the HTTP resources published by Launchpad's web service as Python objects responding to a standard set of commands. With launchpadlib you can integrate your applications into Launchpad without knowing a lot about HTTP client programming.This document shows how to use a Python client to read and write Launchpad's data using the launchpadlib library. It doesn't cover the HTTP requests and responses that go back and forth behind the scenes: for that, see the "hacking" document. This document also doesn't cover the full range of what's possible with Launchpad's web service: for that, see the web service reference documentation.Launchpad's web service currently exposes the following major parts of Launchpad:* People and teams* Team memberships* Bugs and bugtasks* The project registry* Hosted files, such as bug attachments and mugshots. As new features and capabilities are added to the web service, you'll be able to access most of them without having to update your copy of launchpadlib. You _will_ have to upgrade launchpadlib to get new client-side features (like support for uploaded files). The Launchpad team will put out an announcement whenever a server-side change means you should upgrade launchpadlib. Requirements: · Python What's New in This Release: · Made it easy to get anonymous access to a Launchpad instance. · Made it easy to plug in different clients that take the user's Launchpad login and password for purposes of authorizing a request token. The most secure technique is still the default: to open the user's web browser to the appropriate Launchpad page. · Introduced a command-line script bin/launchpad-credentials-console, which takes the user's Launchpad login and password, and authorizes a request token on their behalf. · Introduced a command-line script bin/launchpad-request-token, which creates a request token on any Launchpad installation and dumps the JSON description of that token to standard output. · Shorthand service names like 'edge' should now be respected everywhere in launchpadlib.


launchpadlib Related Software