File: control

package info (click to toggle)
imexam 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 26,712 kB
  • sloc: ansic: 13,995; python: 4,150; sh: 3,979; makefile: 485; tcl: 219; perl: 161
file content (64 lines) | stat: -rw-r--r-- 2,486 bytes parent folder | download
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
59
60
61
62
63
64
Source: imexam
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: science
Priority: optional
Build-Depends: cython3,
               debhelper-compat (= 12),
               dh-python,
               ipython3,
               libxpa-dev,
               python3-all-dev,
               python3-astropy,
               python3-ginga,
               python3-matplotlib,
               python3-photutils,
               python3-pytest,
               python3-scipy,
               python3-setuptools,
               python3-setuptools-scm,
               python3-sphinx (>= 2.0),
               python3-sphinx-astropy,
               python3-sphinx-automodapi
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/imexam
Vcs-Git: https://salsa.debian.org/debian-astro-team/imexam.git
Homepage: https://imexam.readthedocs.io

Package: python3-imexam
Architecture: any
Section: python
Depends: python3-matplotlib,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Recommends: ipython3,
            python3-ginga | saods9,
            python3-ginga | xpa-tools,
            python3-scipy
Suggests: python-imexam-doc
Description: Simple interactive astronomical image examination and plotting
 Imexam is an affiliated package of AstroPy. It was designed to be a
 lightweight library which enables users to explore data using common
 methods which are consistent across viewers. It can be used from a
 command line interface, through a Jupyter notebook or through a
 Jupyter console. It can be used with multiple viewers, such as DS9 or
 Ginga, or without a viewer as a simple library to make plots and grab
 quick photometry information.

Package: python-imexam-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: Simple interactive astronomical image examination and plotting (Doc)
 Imexam is an affiliated package of AstroPy. It was designed to be a
 lightweight library which enables users to explore data using common
 methods which are consistent across viewers. It can be used from a
 command line interface, through a Jupyter notebook or through a
 Jupyter console. It can be used with multiple viewers, such as DS9 or
 Ginga, or without a viewer as a simple library to make plots and grab
 quick photometry information.
 .
 This package contains the API documentation.