Source: python-visvis
Section: python
Priority: optional
Maintainer: Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org>
Uploaders: Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-imageio,
               python3-numpy,
               python3-opengl,
               python3-pytest,
               python3-setuptools
Standards-Version: 4.6.0
Homepage: https://github.com/almarklein/visvis

Package: python3-visvis
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, fonts-freefont-otf, python3-imageio
Description: object oriented approach to visualization (Python 3)
 This package contains a pure Python library for visualization of 1D to 4D data
 in an object oriented way. Essentially, visvis is an object oriented layer of
 Python on top of OpenGl, thereby combining the power of OpenGl with the
 usability of Python. A Matlab/Matplotlib-like interface in the form of a set
 of functions allows easy creation of objects (e.g. plot(), imshow(),
 volshow(), surf()).
 .
 This package installs the library for Python 3.
