File: control

package info (click to toggle)
astlib 0.11.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,488 kB
  • sloc: ansic: 36,109; sed: 8,839; python: 4,334; makefile: 48
file content (35 lines) | stat: -rw-r--r-- 1,327 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
Source: astlib
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Gijs Molenaar <gijs@pythonic.nl>,
           Ole Streicher <olebole@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               libwcstools-dev,
               python3-all-dev,
               python3-pkg-resources,
               swig
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/debian-astro-team/astlib
Vcs-Git: https://salsa.debian.org/debian-astro-team/astlib.git
Homepage: https://pypi.org/project/astLib/
Rules-Requires-Root: no

Package: python3-astlib
Architecture: any
Depends: python3-astropy,
         python3-matplotlib,
         python3-numpy,
         python3-scipy,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Recommends: python3-pil
Description: General Python3 tools for astronomy
 astLib is a set of Python3 modules that provides some tools for research
 astronomers. It can be used for astronomical plots, some statistics, common
 calculations, coordinate conversions, and manipulating FITS images with World
 Coordinate System (WCS) information through PyWCSTools - a simple wrapping of
 WCSTools by Jessica Mink. PyWCSTools is distributed (and developed) as part
 of astLib.