-
Notifications
You must be signed in to change notification settings - Fork 31
/
pygobject.doap
53 lines (49 loc) · 2.55 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
<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 for GObject Introspection</shortdesc>
<description>
GObject is a object system used by GTK, GStreamer and other libraries.
PyGObject provides a convenient wrapper for use in Python programs when accessing GObject libraries.
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.
PyGObject now dynamically accesses any GObject libraries that uses GObject Introspection. It replaces the need for separate modules such as PyGTK, GIO and python-gnome to build a full GNOME 3.0 application. Once new functionality is added to gobject library it is instantly available as a Python API without the need for intermediate Python glue.
</description>
<homepage rdf:resource="https://wiki.gnome.org/Projects/PyGObject" />
<developer-forum rdf:resource="https://discourse.gnome.org/tags/c/platform/5/python" />
<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
<download-page rdf:resource="https://download.gnome.org/sources/pygobject/" />
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/pygobject/issues/" />
<programming-language>C</programming-language>
<programming-language>Python</programming-language>
<maintainer>
<foaf:Person>
<foaf:name>Ignacio Casal Quinteiro</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<gnome:userid>icq</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Christoph Reiter</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<gnome:userid>creiter</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Arjan Molenaar</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<gnome:userid>amolenaar</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Dan Yeaw</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<gnome:userid>danyeaw</gnome:userid>
</foaf:Person>
</maintainer>
</Project>