File: control

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