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 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: sunpy
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:native,
libpython3-all-dev,
python3-asdf <!nocheck>,
python3-astropy <!nocheck>,
python3-bs4 <!nocheck>,
python3-extension-helpers <!nocheck>,
python3-drms <!nocheck>,
python3-h5netcdf <!nocheck>,
python3-hypothesis <!nocheck>,
python3-matplotlib <!nocheck>,
python3-mpl-animators <!nocheck>,
python3-numpy <!nocheck>,
python3-numpy-dev,
python3-pandas <!nocheck>,
python3-opencv <!nocheck>,
python3-parfive <!nocheck>,
python3-pytest (>= 8) <!nocheck>,
python3-pytest-doctestplus <!nocheck>,
python3-pytest-mock <!nocheck>,
python3-pytest-xdist <!nocheck>,
python3-reproject <!nocheck>,
python3-requests <!nocheck>,
python3-scipy <!nocheck>,
python3-setuptools,
python3-setuptools-scm:native,
python3-skimage <!nocheck>,
python3-sqlalchemy <!nocheck>,
python3-tqdm <!nocheck>,
python3-zeep <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-astro-team/sunpy
Vcs-Git: https://salsa.debian.org/debian-astro-team/sunpy.git
Homepage: https://sunpy.org/
Rules-Requires-Root: no
Package: python3-sunpy
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Recommends: python3-bs4,
python3-drms,
python3-requests,
python3-skimage,
python3-sqlalchemy
Description: Software library for solar physics based on Python
SunPy is a community-developed free and open-source software package for
solar physics. SunPy is meant to be a free alternative to the SolarSoft data
analysis environment. The aim of the SunPy project is to provide the
software tools necessary so that anyone can analyze solar data.
|