~ubuntu-branches/ubuntu/jaunty/mayavi2/jaunty

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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Metadata-Version: 1.0
Name: Mayavi
Version: 3.1.0
Summary: The Mayavi scientific data 3-dimensional visualizer.
Home-page: http://code.enthought.com/projects/mayavi/
Author: ETS Developers
Author-email: enthought-dev@enthought.com
License: BSD
Description: The Mayavi *project* includes two related *packages* for 3-dimensional
        visualization:
        
        - **Mayavi2**: A tool for easy and interactive visualization of data.
        - **TVTK**: A Traits-based wrapper for the Visualization Toolkit, a popular
        open-source visualization library.
        
        These libraries operate at different levels of abstraction. TVTK manipulates
        visualization objects, while Mayavi2 lets you operate on your data, and then
        see the results. Most users either use the Mayavi user interface or program
        to its scripting interface; you probably don't need to interact with TVTK
        unless you want to create a new Mayavi module.
        
        Mayavi2
        -------
        Mayavi2 seeks to provide easy and interactive visualization of 3-D data.
        It offers:
        
        - An (optional) rich user interface with dialogs to interact with all data
        and objects in the visualization.
        - A simple and clean scripting interface in Python, including one-liners,
        or an object-oriented programming interface.
        - The power of the VTK toolkit, harnessed through these interfaces, without
        forcing you to learn it.
        
        Additionally Mayavi2 is a reusable tool that can be embedded in your
        applications in different ways or combined with the Envisage
        application-building framework to assemble domain-specific tools.
        
        
        
        TVTK
        ----
        
        TVTK wraps VTK objects to provide a convenient, Pythonic API, while supporting
        Traits attributes and NumPy/SciPy arrays. TVTK is implemented mostly in pure
        Python, except for a small extension module.
        
        Developers typically use TVTK to write Mayavi modules, and then use Mayavi to
        interact with visualizations or create applications.
        
        Prerequisites
        -------------
        You must have the following libraries installed before installing the Mayavi
        project:
        
        * `Numpy <http://pypi.python.org/pypi/numpy/1.1.1>`_ version 1.1.0 or later is
        preferred. Version 1.0.4 will work, but some tests may fail.
        * `VTK <http://www.vtk.org/>`_ version 5.0 or later.
        * `wxPython <http://www.wxpython.org/>`_ version 2.8 or later.
        * `setuptools <http://pypi.python.org/pypi/setuptools/0.6c8>`_.
        
        
Platform: Windows
Platform: Linux
Platform: Mac OS-X
Platform: Unix
Platform: Solaris
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries