Source: sciscipy
Section: python
Priority: optional
Maintainer: Sylvestre Ledru <sylvestre@debian.org>
Build-Depends: debhelper (>= 5), python, cdbs, python-support, python-all-dev,
 scilab-include (>= 5.3.0), scilab-full-bin
Homepage: http://forge.scilab.org/index.php/p/sciscipy/
Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/scilab-toolboxes/sciscipy/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/scilab-toolboxes/sciscipy/trunk

Package: python-sciscipy
Architecture: any
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: A Python binding of Scilab
 Sciscipy provides a Python API to map Scilab features.
 Three main methods are available:
  * sciscipy.eval(sci_cmd)
  * sciscipy.read(sci_var_name)
  * sciscipy.write(sci_var_name, py_var_name)
 .
 Also, to increase the level of enjoyment, a python module 
 called scilab is also provided. This package contains a 
 class 'Scilab' that can be used to issue any valid scilab 
 function.
