summaryrefslogtreecommitdiff
path: root/pygobject.doap
blob: 5327d773d9dccd2d1af125b69044e82d46a54594 (plain)
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
<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" />
  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/python-hackers-list" />
  <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
  <download-page rdf:resource="http://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>Tomeu Vizoso</foaf:name>
      <foaf:mbox rdf:resource="mailto:tomeu.vizoso@collabora.co.uk" />
      <gnome:userid>tomeuv</gnome:userid>
    </foaf:Person>
  </maintainer>
  <maintainer>
    <foaf:Person>
      <foaf:name>Paolo Borelli</foaf:name>
      <foaf:mbox rdf:resource="mailto:pborelli@gnome.org" />
      <gnome:userid>pborelli</gnome:userid>
    </foaf:Person>
  </maintainer>
  <maintainer>
    <foaf:Person>
      <foaf:name>Ignacio Casal Quinteiro</foaf:name>
      <foaf:mbox rdf:resource="mailto:icq@gnome.org" />
      <gnome:userid>icq</gnome:userid>
    </foaf:Person>
  </maintainer>
  <maintainer>
    <foaf:Person>
      <foaf:name>Sebastian Pölsterl</foaf:name>
      <foaf:mbox rdf:resource="mailto:sebp@k-d-w.org" />
      <gnome:userid>sebp</gnome:userid>
    </foaf:Person>
  </maintainer>
  <maintainer>
    <foaf:Person>
      <foaf:name>Simon Feltman</foaf:name>
      <foaf:mbox rdf:resource="mailto:sfeltman@src.gnome.org" />
      <gnome:userid>sfeltman</gnome:userid>
    </foaf:Person>
  </maintainer>
  <maintainer>
    <foaf:Person>
      <foaf:name>Christoph Reiter</foaf:name>
      <foaf:mbox rdf:resource="mailto:creiter@src.gnome.org" />
      <gnome:userid>creiter</gnome:userid>
    </foaf:Person>
  </maintainer>
</Project>