2011-11-09 11:33:19 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-08-25 09:01:42 +03:00
|
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
2011-11-09 11:33:19 +04:00
|
|
|
<pkgmetadata>
|
2016-01-25 16:13:40 +03:00
|
|
|
<maintainer type="project">
|
|
|
|
<email>python@gentoo.org</email>
|
|
|
|
<name>Python</name>
|
|
|
|
</maintainer>
|
2015-06-07 20:51:56 +03:00
|
|
|
<longdescription lang="en">
|
2011-11-09 11:33:19 +04:00
|
|
|
The pyface project contains a toolkit-independent GUI abstraction
|
|
|
|
layer, which is used to support the "visualization" features of the
|
|
|
|
Traits package. Thus, you can write code in terms of the Traits API
|
|
|
|
(views, items, editors, etc.), and let pyface and your selected
|
|
|
|
toolkit and back-end take care of the details of displaying them.
|
|
|
|
The following GUI backends are supported:
|
|
|
|
* wxPython
|
|
|
|
* PyQt
|
|
|
|
* PySide
|
|
|
|
</longdescription>
|
2015-06-07 20:51:56 +03:00
|
|
|
<upstream>
|
|
|
|
<remote-id type="pypi">pyface</remote-id>
|
|
|
|
<remote-id type="github">enthought/pyface</remote-id>
|
|
|
|
</upstream>
|
2011-11-09 11:33:19 +04:00
|
|
|
</pkgmetadata>
|