File: control

package info (click to toggle)
asdf-coordinates-schemas 0.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 248 kB
  • sloc: python: 75; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,492 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
Source: asdf-coordinates-schemas
Maintainer: Debian Astronomy 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,
               python3-all,
               python3-asdf,
               python3-pytest,
               python3-setuptools,
               python3-setuptools-scm
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/debian-astro-team/asdf-coordinates-schemas
Vcs-Git: https://salsa.debian.org/debian-astro-team/asdf-coordinates-schemas.git
Homepage: https://github.com/spacetelescope/asdf-coordinates-schemas
Rules-Requires-Root: no

Package: python3-asdf-coordinates-schemas
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: ASDF schemas for validating coordinates tags
 ASDF (Advanced Scientific Data Format) is a proposed
 next generation interchange format for scientific data. ASDF aims to
 exist in the same middle ground that made FITS so successful, by
 being a hybrid text and binary format: containing human editable
 metadata for interchange, and raw binary data that is fast to load
 and use. Unlike FITS, the metadata is highly structured and is
 designed up-front for extensibility.
 .
 This package provides ASDF schemas for validating coordinates tags.
 Users should not need to install this directly; instead, install an
 implementation package such as asdf-astropy.