Source: python-visvis
Section: python
Priority: optional
Maintainer: Kali Devel <devel@kali.org>
Uploaders: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 11),
               dh-python,
               python-all,
               python-imageio,
               python-numpy,
               python-opengl,
               python-pytest,
               python-setuptools,
               python3-all,
               python3-imageio,
               python3-numpy,
               python3-opengl,
               python3-pytest,
               python3-setuptools
Standards-Version: 4.2.1
Homepage: https://github.com/almarklein/visvis
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/python-visvis.git;a=summary
Vcs-Git: git://git.kali.org/packages/python-visvis.git
Testsuite: autopkgtest-pkg-python

Package: python-visvis
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, fonts-freefont-otf
Description: object oriented approach to visualization (Python 2)
 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 2.

Package: python3-visvis
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, fonts-freefont-otf
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.
