File: control

package info (click to toggle)
pyvtk 0.4.74-3.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 292 kB
  • ctags: 354
  • sloc: python: 2,073; makefile: 71; sh: 1
file content (33 lines) | stat: -rw-r--r-- 1,347 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
Source: pyvtk
Section: python
Priority: optional
Maintainer: Steve M. Robbins <smr@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.38), dh-python, python (>= 2.3.5-11)
Standards-Version: 3.9.1
XS-Python-Version: all
Homepage: http://cens.ioc.ee/projects/pyvtk/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyvtk/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyvtk/trunk/

Package: python-pyvtk
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Conflicts: python2.3-pyvtk (<< 0.4.66-6), python2.4-pyvtk (<< 0.4.66-6)
Replaces: python2.3-pyvtk (<< 0.4.66-6), python2.4-pyvtk (<< 0.4.66-6)
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: module for manipulating VTK files
 PyVTK provides python classes to read and write a VTK file and
 to create a VTK file from standard Python objects.  
 Only VTK File Format version 2.0 is supported.
 Features include:
   - ascii and binary output, ascii input
   - DataSet formats:
       StructuredPoints, StructuredGrid, RectilinearGrid,
       PolyData, UnstructuredGrid
   - Data formats:
       PointData, CellData
   - DataSetAttr formats:
       Scalars, ColorScalars, LookupTable, Vectors,
       Normals, TextureCoordinates, Tensors, Field