Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
9 lines
419 B
Text
9 lines
419 B
Text
Papi, the Python Accessibility Programming Interface, is a Python
|
|
wrapper around the GNOME ATK toolkit.
|
|
It allows a developer to make python objects and applications
|
|
easily accessibility aware without the need to install PyGTK and
|
|
the GNOME accessibility components. Instead it only depends on ATK
|
|
and - on the developers behalf - the ATK/AT-SPI bridge shipped with
|
|
AT-SPI.
|
|
|
|
WWW: http://ocemp.sourceforge.net/papi.html
|