File: control

package info (click to toggle)
pyavm 0.9.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,304 kB
  • sloc: xml: 15,657; python: 1,557; makefile: 5
file content (44 lines) | stat: -rw-r--r-- 1,320 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
Source: pyavm
Section: python
Priority: optional
Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders:
 Josue Ortega <josue@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-astropy (>= 0.4.1),
 python3-numpy (>= 1.1.8.2),
 python3-pil (>= 3.0.0),
 python3-pytest (>= 2.6.0),
 python3-setuptools,
 python3-setuptools-scm,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://astrofrog.github.io/pyavm
Vcs-Git: https://salsa.debian.org/debian-astro-team/pyavm.git
Vcs-Browser: https://salsa.debian.org/debian-astro-team/pyavm
X-Style: black

Package: python3-pyavm
Architecture: all
Depends:
 python3-astropy (>= 0.4.1),
 python3-numpy (>= 1.1.8.2),
 ${misc:Depends},
 ${python3:Depends},
Description: Python3 module to handle Astronomy Visualization Metadata Standard
 PyAVM is a module to represent, read, and write metadata following the
 Astronomy Visualization Metadata (AVM) standard.
 With pyavm you can:
 .
  * Parse AVM meta-data from an existing image.
  * Access and Set the metadata.
  * Create an AVM object from scratch.
  * Convert to a WCS object.
  * Initialize from a FITS header.
  * Initialize from a WCS object.
 .
 This is the Python 3 Version of the package.