Release 2.28.7
[pygobject.git] / pygobject.doap
blob577a56879945a2a9d21fee3de81266b81086c9bd
1 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2          xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
3          xmlns:foaf="http://xmlns.com/foaf/0.1/"
4          xmlns:gnome="http://api.gnome.org/doap-extensions#"
5          xmlns="http://usefulinc.com/ns/doap#">
7   <name xml:lang="en">PyGObject</name>
8   <shortdesc xml:lang="en">Python bindings GLib, GObject and GIO</shortdesc>
9   <description>
10 GObject is a object system library used by GTK+ and GStreamer.
12 PyGObject provides a convenient wrapper for the GObject library for use
13 in Python programs, and takes care of many of the boring details such as
14 managing memory and type casting. When combined with PyGTK, PyORBit and
15 gnome-python, it can be used to write full featured GNOME applications.
17 Like the GObject library itself PyGObject is licensed under the GNU
18 LGPL, so is suitable for use in both free software and proprietary
19 applications. It is already in use in many applications ranging from
20 small single purpose scripts up to large full featured applications.
21   </description>
22   <homepage rdf:resource="http://live.gnome.org/PyGObject" />
23   <mailing-list rdf:resource="http://www.daa.com.au/mailman/listinfo/pygtk" />
24   <category rdf:resource="http://api.gnome.org/doap-extensions#bindings" />
25   <download-page rdf:resource="http://download.gnome.org/sources/pygobject/" />
26   <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=pygobject" />
28   <maintainer>
29     <foaf:Person>
30       <foaf:name>Gustavo J Carneiro</foaf:name>
31       <foaf:mbox rdf:resource="mailto:gjc@gnome.org" />
32       <gnome:userid>gjc</gnome:userid>
33     </foaf:Person>
34   </maintainer>
35   <maintainer>
36     <foaf:Person>
37       <foaf:name>Paul Pogonyshev</foaf:name>
38       <foaf:mbox rdf:resource="mailto:pogonyshev@gmx.net" />
39       <gnome:userid>paulp</gnome:userid>
40     </foaf:Person>
41   </maintainer>
42   <maintainer>
43     <foaf:Person>
44       <foaf:name>Gian Mario Tagliaretti</foaf:name>
45       <foaf:mbox rdf:resource="mailto:gianmt@gnome.org" />
46       <gnome:userid>gianmt</gnome:userid>
47     </foaf:Person>
48   </maintainer>
49   <maintainer>
50     <foaf:Person>
51       <foaf:name>Tomeu Vizoso</foaf:name>
52       <foaf:mbox rdf:resource="mailto:tomeu.vizoso@collabora.co.uk" />
53       <gnome:userid>tomeuv</gnome:userid>
54     </foaf:Person>
55   </maintainer>
56   <maintainer>
57     <foaf:Person>
58       <foaf:name>Simon van der Linden</foaf:name>
59       <foaf:mbox rdf:resource="mailto:svdlinden@src.gnome.org" />
60       <gnome:userid>svdlinden</gnome:userid>
61     </foaf:Person>
62   </maintainer>
63   <maintainer>
64     <foaf:Person>
65       <foaf:name>Zach Goldberg</foaf:name>
66       <foaf:mbox rdf:resource="mailto:zach@zachgoldberg.com" />
67       <gnome:userid>zgoldberg</gnome:userid>
68     </foaf:Person>
69   </maintainer>
70 </Project>