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