summaryrefslogtreecommitdiff
blob: 71665e5d0b759dd251b9b5561ffc993c0510bc73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>python@gentoo.org</email>
    <name>Python</name>
  </maintainer>
  <longdescription lang="en">
  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>
  <upstream>
    <remote-id type="pypi">pyface</remote-id>
    <remote-id type="github">enthought/pyface</remote-id>
  </upstream>
</pkgmetadata>