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
|
Source: pyraf
Standards-Version: 4.7.2
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders:
Ole Streicher <olebole@debian.org>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python,
iraf <!nocheck>,
iraf-dev <!nocheck>,
iraf-noao <!nocheck>,
libx11-dev,
python3-all-dev,
python3-astropy <!nocheck>,
python3-pytest <!nocheck>,
python3-setuptools,
python3-setuptools-scm,
python3-tk,
Vcs-Browser: https://salsa.debian.org/debian-astro-team/pyraf
Vcs-Git: https://salsa.debian.org/debian-astro-team/pyraf.git
Homepage: https://iraf-community.github.io/pyraf.html
Package: python3-pyraf
Architecture: any
Depends:
iraf,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Recommends:
python3-numpy,
python3-tk,
Suggests:
ipython3,
python3-matplotlib,
python3-urwid,
Provides:
${python3:Provides},
Description: Python interface for IRAF
PyRAF is a command language for running IRAF tasks in a Python like
environment. It works very similar to IRAF CL, but has been updated
to allow such things as importing Python modules, GUI parameter
editing and help. It can be imported into Python allowing you to run
IRAF commands from within a larger script.
|