mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
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. WWW: https://help.launchpad.net/API/launchpadlib PR: 236434 Submitted by: fullermd@over-yonder.net
7 lines
354 B
Text
7 lines
354 B
Text
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.
|
|
|
|
WWW: https://help.launchpad.net/API/launchpadlib
|