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
|
Source: pymeeus
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Antoine Beaupré <anarcat@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
python3-pytest,
python3-pytest-cov,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/architest/pymeeus
Vcs-Browser: https://salsa.debian.org/python-team/packages/pymeeus
Vcs-Git: https://salsa.debian.org/python-team/packages/pymeeus.git
Package: python3-pymeeus
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: Python implementation of Jean Meeus astronomical routines
PyMeeus is a Python implementation of the astronomical algorithms
described in the classical book "Astronomical Algorithms, 2nd Edition,
Willmann-Bell Inc. (1998)" by Jean Meeus.
.
There are great astronomical libraries out there. For instance, if
you're looking for high precision and speed you should take a look at
libnova. For a set of Python modules aimed at professional
astronomers, you should look at Astropy. On the other hand, the
advantages of PyMeeus are its simplicity, ease of use, ease of
reading, ease of installation (it has the minimum amount of
dependencies) and abundant documentation.
|