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 26 27 28 29 30 31
|
Source: python-enthoughtbase
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>
Build-Depends: cdbs, debhelper (>= 7), python-all, python-central (>= 0.6), python-setupdocs
Standards-Version: 3.8.4
Homepage: http://pypi.python.org/pypi/EnthoughtBase
XS-Python-Version: >=2.4
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-enthoughtbase/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-enthoughtbase/trunk/
Package: python-enthoughtbase
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-apptools
Conflicts: mayavi2 (<< 3.0.0), python-enthought-traits (<< 3.0.0)
XB-Python-Version: ${python:Versions}
Description: Core packages for the Enthought Tool Suite
The EnthoughtBase project includes a few core packages that are used
by many other projects in the Enthought Tool Suite:
.
* enthought.etsconfig: Supports configuring settings that need to
be shared across multiple projects or programs on the same
system. Most significant of these is the GUI toolkit to be
used. You can also configure locations for writing application
data and user data, and the name of the company responsible for
the software (which is used in the application and user data
paths on some systems).
* enthought.logger: Provides convenience functions for creating
logging handlers.
* enthought.util: Provides miscellaneous utility functions
|