| 1 |
Source: mayavi2
|
| 2 |
Section: science
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
|
| 5 |
Uploaders: Ondrej Certik <ondrej@certik.cz>, Marco Rodrigues <gothicx@sapo.pt>, Varun Hiremath <varun@debian.org>
|
| 6 |
Build-Depends: cdbs, debhelper (>= 5), python-all-dev, python-central,
|
| 7 |
python-setuptools, python-vtk, python-numpy
|
| 8 |
Standards-Version: 3.7.3
|
| 9 |
Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/mayavi2/trunk
|
| 10 |
Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/mayavi2/trunk/
|
| 11 |
XS-Python-Version: current
|
| 12 |
Homepage: http://code.enthought.com/mayavi2/
|
| 13 |
|
| 14 |
Package: mayavi2
|
| 15 |
Architecture: any
|
| 16 |
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
|
| 17 |
python-enthought-traits, python-enthought-traits-ui, python-wxgtk2.6,
|
| 18 |
python-numpy, python-vtk
|
| 19 |
Suggests: python-scipy
|
| 20 |
XB-Python-Version: ${python:Versions}
|
| 21 |
Description: A scientific visualization package for 2-D and 3-D data
|
| 22 |
MayaVi2 is a cross-platform tool for 2-D and 3-D scientific data
|
| 23 |
visualization. Its features include:
|
| 24 |
* Visualization of scalar, vector and tensor data in 2 and 3 dimensions
|
| 25 |
* Easy scriptability using Python
|
| 26 |
* Easy extendability via custom sources, modules, and data filters
|
| 27 |
* Reading several file formats: VTK (legacy and XML), PLOT3D, etc.
|
| 28 |
* Saving of visualizations
|
| 29 |
* Saving rendered visualization in a variety of image formats.
|
| 30 |
.
|
| 31 |
MayaVi2 has been designed with scriptability and extensibility in
|
| 32 |
mind. While the mayavi2 application is usable by itself, it may be
|
| 33 |
used as an Envisage plugin which allows it to be embedded in user
|
| 34 |
applications natively. Alternatively, it may be used as a
|
| 35 |
visualization engine for any application.
|
| 36 |
.
|
| 37 |
This package actually bundles several useful packages from the
|
| 38 |
Enthought Tool Suite -- tvtk (traited VTK), Envisage and various
|
| 39 |
handy envisage plugins used by the default mayavi application.
|