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 50 51 52 53 54 55 56 57 58
|
Source: python-pyorick
Section: python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Thibaut Paumard <thibaut@debian.org>
Build-Depends: debhelper (>= 9~), dh-python, python-all (>= 2.6.6-3~),
python-setuptools, python3-all, python3-setuptools,
python-numpy, python3-numpy, yorick (>=2.2.04+dfsg-2~)
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/science-team/python-pyorick
Vcs-Git: https://salsa.debian.org/science-team/python-pyorick.git
Homepage: https://github.com/dhmunro/pyorick/
Package: python-pyorick
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, yorick (>=2.2.04+dfsg-2~),
python-numpy
Suggests: python3-pyorick
Description: Python 2 module to execute Yorick code
The pyorick package starts Yorick as a subprocess and provides an
interface between Python and Yorick interpreted code.
.
Features:
+ exec or eval arbitrary Yorick code strings
+ get or set Yorick variables
+ call Yorick functions or subroutines with Python arguments
+ get or set slices of large Yorick arrays
+ terminal mode to interact with Yorick by keyboard through Python
.
Most of the data is exchanged via binary pipes between the two
interpreters. Yorick runs in a request-reply mode. Python prints
anything Yorick sends to stdout or stderr except prompts.
.
This package contains the module for Python 2.
Package: python3-pyorick
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, yorick (>=2.2.04+dfsg-2~),
python3-numpy
Suggests: python-pyorick
Description: Python 3 module to execute Yorick code
The pyorick package starts Yorick as a subprocess and provides an
interface between Python and Yorick interpreted code.
.
Features:
+ exec or eval arbitrary Yorick code strings
+ get or set Yorick variables
+ call Yorick functions or subroutines with Python arguments
+ get or set slices of large Yorick arrays
+ terminal mode to interact with Yorick by keyboard through Python
.
Most of the data is exchanged via binary pipes between the two
interpreters. Yorick runs in a request-reply mode. Python prints
anything Yorick sends to stdout or stderr except prompts.
.
This package contains the module for Python 3.
|