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
|
Source: python-pyds9
Section: python
Priority: optional
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3,
python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/ericmandel/pyds9
Vcs-Git: https://salsa.debian.org/debian-astro-team/python-pyds9.git
Vcs-Browser: https://salsa.debian.org/debian-astro-team/python-pyds9
Package: python3-pyds9
Architecture: all
Depends: xpa-tools,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Recommends: python3-astropy, python3-numpy, saods9
Description: Communication with the ds9 image display program from Python
The XPA messaging system provides seamless communication between many kinds
of Unix programs, including Tcl/Tk programs such as ds9. The pyds9 module
uses a Python interface to XPA to communicate with ds9. It supports
communication with all of ds9’s XPA access points.
|