diff options
author | Tonus <tonus1@free.fr> | 2023-03-06 00:11:22 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:30 +0700 |
commit | 29e0ec62a461b6fd5de92ea7a381b139e863b23e (patch) | |
tree | 5a4b7abb0d2f698dd5cf89f98bca206b551b1897 /python/PyMeeus/README | |
parent | 1c1a55060d3eeb16051ea5cc12066cfa2b6cc280 (diff) |
python/PyMeeus: Added (Library of astronomical algorithms in Python)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/PyMeeus/README')
-rw-r--r-- | python/PyMeeus/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/PyMeeus/README b/python/PyMeeus/README new file mode 100644 index 0000000000..c7a0fe1145 --- /dev/null +++ b/python/PyMeeus/README @@ -0,0 +1,7 @@ +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. + +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. |