summaryrefslogtreecommitdiff
blob: b66607e5b628a7835162f64a9a15f8d75203405b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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 traits package from the Enthought Tool Suite provides a
  metaclass with special attributes that are called traits. A trait
  is a type definition that can be used for normal Python object
  attributes, giving the attributes some additional characteristics:
    * Initialization: A trait attribute can have a default value
    * Validation: A trait attribute is manifestly typed.
    * Delegation: The value of a trait attribute can be contained in another
      object
    * Notification: Setting the value of a trait attribute can fired
      callbacks
    * Visualization: With the TraitsUI package, GUIs can be generated
      automatically from traited objects.
</longdescription>
<upstream>
  <remote-id type="pypi">traits</remote-id>
</upstream>
</pkgmetadata>