File: control

package info (click to toggle)
python-pyvista 0.44.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 159,804 kB
  • sloc: python: 72,164; sh: 118; makefile: 68
file content (49 lines) | stat: -rw-r--r-- 2,095 bytes parent folder | download
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
Source: python-pyvista
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
           Francesco Ballarin <francesco.ballarin@unicatt.it>,
           Drew Parsons <dparsons@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all-dev,
               python3-colorcet <!nocheck>,
               python3-imageio <!nocheck>,
               python3-numpy <!nocheck>,
               python3-matplotlib <!nocheck>,
               python3-meshio <!nocheck>,
               python3-pil <!nocheck>,
               python3-pooch <!nocheck>,
               python3-scooby <!nocheck>,
               python3-vtk9 | python3-paraview <!nocheck>,
               python3-setuptools
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/python-pyvista
Vcs-Git: https://salsa.debian.org/science-team/python-pyvista.git
Homepage: https://github.com/pyvista/pyvista/
Rules-Requires-Root: no

Package: python3-pyvista
Architecture: all
Depends: python3-imageio,
 python3-meshio,
 ${python3:Depends},
 ${misc:Depends}
Recommends: python3-colorcet
Suggests: python3-trimesh
Description: Python3 high-level API to the Visualization Toolkit (VTK)
 PyVista is a helper module for the Visualization Toolkit (VTK) that
 wraps the VTK library through NumPy and direct array access through a
 variety of methods and classes. This package provides a Pythonic, well-
 documented interface exposing VTK's powerful visualization backend to
 facilitate rapid prototyping, analysis, and visual integration of
 spatially referenced datasets.
 .
 This module can be used for scientific plotting for presentations and
 research papers as well as a supporting module for other mesh 3D
 rendering dependent Python modules.
 .
  * Pythonic VTK: a high-level API to the Visualization Toolkit (VTK)
  * mesh data structures and filtering methods for spatial datasets
  * 3D plotting made simple and built for large/complex data geometries