File: control

package info (click to toggle)
casa-formats-io 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,176 kB
  • sloc: python: 1,940; ansic: 126; makefile: 15
file content (37 lines) | stat: -rw-r--r-- 1,537 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
Source: casa-formats-io
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-sequence-python3,
               python3-all-dev,
               python3-astropy,
               python3-numpy,
               python3-numpydoc,
               python3-dask,
               python3-glue (>= 1.17) <!nocheck>,
               python3-pytest <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-pytest-openfiles <!nocheck>,
               python3-setuptools,
               python3-setuptools-scm,
               python3-sphinx-automodapi
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian-astro-team/casa-formats-io
Vcs-Git: https://salsa.debian.org/debian-astro-team/casa-formats-io.git
Homepage: https://casa-formats-io.readthedocs.io
Rules-Requires-Root: no

Package: python3-casa-formats-io
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: Code to handle I/O from/to data in CASA format
 The casa-formats-io package is a small package which implements
 functionality to read data stored in CASA formats (such as .image
 datasets). This implementation is independent of and does not use
 casacore. The motivation for this package is to provide efficient
 data access via dask arraye, cross-platform data access, and data
 access with all modern Python versions.