summaryrefslogtreecommitdiff
blob: 65f5f22cad6a7ee069fc17a3bacbfb719a00a8f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>python</herd>
  <longdescription lang="en">
    The TraitsGUI project from the Enthought Tool Suite contains a
    toolkit-independent GUI abstraction layer (known as Pyface), 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 TraitsGUI and your
    selected toolkit and back-end take care of the details of
    displaying them. You can use Qt or Wx backends.
  </longdescription>
</pkgmetadata>