~leonardr/launchpadlib/edge-replacement-for-maverick

36.1.1 by Gary Poster
convert to buildout
1
Script Launchpad through its web services interfaces.  Officially supported.
2
3
..
4
    Copyright (C) 2008-2009 Canonical Ltd.
5
6
    This file is part of launchpadlib.
7
8
    launchpadlib is free software: you can redistribute it and/or modify it
9
    under the terms of the GNU Lesser General Public License as published by
36.1.4 by Gary Poster
v3 of LGPL only. settle on this release being 1.0, not 0.2
10
    the Free Software Foundation, version 3 of the License.
36.1.1 by Gary Poster
convert to buildout
11
12
    launchpadlib is distributed in the hope that it will be useful, but WITHOUT
13
    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14
    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
15
    License for more details.
16
17
    You should have received a copy of the GNU Lesser General Public License
18
    along with launchpadlib.  If not, see <http://www.gnu.org/licenses/>.
19
20
21
Overview
22
********
1 by Leonard Richardson
Initial import.
23
24
launchpadlib is a standalone Python library for scripting Launchpad through
25
its web services interface.  It is the officially supported bindings to the
26
Launchpad web service, but there may be third party bindings that provide
27
scriptability for other languages.
28
36.1.1 by Gary Poster
convert to buildout
29
Launchpad (http://launchpad.net) is a a free software hosting and development
30
website, making it easy to collaborate across multiple projects. For
31
information on Launchpad itself, see
1 by Leonard Richardson
Initial import.
32
33
    https://help.launchpad.net
34
2 by Leonard Richardson
Changed license to LGPL3.
35
More information on the Launchpad web service, such as user guides and
36
reference documentation, are available at
1 by Leonard Richardson
Initial import.
37
38
    https://help.launchpad.net/API
39
2 by Leonard Richardson
Changed license to LGPL3.
40
Client documentation for launchpadlib is available at
1 by Leonard Richardson
Initial import.
41
42
    https://help.launchpad.net/API/launchpadlib
43
44
Please submit bug reports to
45
46
    https://bugs.launchpad.net/launchpadlib