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
|
Source: poliastro
Section: python
Priority: optional
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-astropy (>= 3.2~),
python3-astroquery,
python3-bs4 (>= 4.5.3),
python3-erfa,
python3-matplotlib (>= 2~),
python3-numpy,
python3-pandas,
python3-plotly (>= 4~),
python3-pytest,
python3-pytest-doctestplus,
python3-pytest-remotedata,
python3-requests,
python3-scipy,
python3-setuptools
Standards-Version: 4.5.1
Homepage: https://github.com/poliastro/poliastro
Vcs-Git: https://salsa.debian.org/debian-astro-team/poliastro.git
Vcs-Browser: https://salsa.debian.org/debian-astro-team/poliastro
Rules-Requires-Root: no
Package: python3-poliastro
Architecture: all
Depends: python3-astropy,
python3-astroquery,
python3-erfa,
python3-matplotlib,
python3-numpy,
python3-pandas,
python3-plotly,
python3-scipy,
${misc:Depends},
${python3:Depends}
Recommends: python3-numba
Description: Astrodynamics and Orbital Mechanics computations
Poliastro is an open source pure Python package dedicated to problems
arising in Astrodynamics and Orbital Mechanics, such as orbit
propagation, solution of the Lambert's problem, conversion between
position and velocity vectors and classical orbital elements and
orbit plotting, focusing on interplanetary applications
|