Source: python-traits
Section: python
Priority: optional
Maintainer: NeuroDebian Maintainers <team@neuro.debian.net>
X-Original-Maintainer: NeuroDebian Team <team@neuro.debian.net>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>, Michael Hanke <michael.hanke@gmail.com>
XSBC-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
XSBC-Uploaders: Varun Hiremath <varun@debian.org>
Build-Depends: cdbs, debhelper (>= 7), python-all-dev, python-setupdocs,
			   python-nose,
			   python-support,
			   python-numpy
Standards-Version: 3.9.2
Homepage: http://pypi.python.org/pypi/traits
X-Python-Version: >=2.5
XSBC-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-traits/trunk
XSBC-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-traits/trunk/
Vcs-Git: git://git.debian.org/git/pkg-exppsy/python-traits4.git
Vcs-Browser: http://git.debian.org/?p=pkg-exppsy/python-traits4.git
Bugs: mailto:bugs@neuro.debian.net

Package: python-traits4
Architecture: any
Depends: neurodebian-popularity-contest, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Conflicts: python-traits (>= 4.0~)
Suggests: python-traitsui
Description: Manifest typing and reactive programming for Python
 The traits package 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.
