pyatspi/pyatspi2.doap

33 lines
1.7 KiB
Plaintext

<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">pyatspi2</name>
<shortdesc xml:lang="en">Python client bindings for D-Bus AT-SPI.</shortdesc>
<description xml:lang="en">The Access Technology Service Provider Interface
(AT-SPI) is a set of interfaces that allow access technologies such as screen
readers to programmatically determine what is being displayed on the screen and
simulate keyboard and mouse events. It can also be used for automated testing.
The pyatspi2 module contains python bindings for the AT-SPI library found in
the at-spi2-core module. Note that it is also possible to use libatspi more
directly from python via gobject-introspection; this module mainly exists for
historical reasons.</description>
<homepage rdf:resource="http://www.linuxfoundation.org/en/Accessibility/ATK/AT-SPI/AT-SPI_on_D-Bus"/>
<license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/pyatspi2/issues/" />
<download-page rdf:resource="http://download.gnome.org/sources/pyatspi/" />
<mailing-list rdf:resource="https://lists.linux-foundation.org/mailman/listinfo/accessibility-atspi"/>
<download-page rdf:resource="http://download.gnome.org/sources/pyatspi/" />
<maintainer>
<foaf:Person>
<foaf:name>Mike Gorse</foaf:name>
<foaf:mbox rdf:resource="mailto:mgorse@suse.com" />
<gnome:userid>mgorse</gnome:userid>
</foaf:Person>
</maintainer>
</Project>