elp-mpp02 0.0.5__tar.gz → 0.0.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {elp_mpp02-0.0.5 → elp_mpp02-0.0.6}/PKG-INFO +10 -5
- {elp_mpp02-0.0.5 → elp_mpp02-0.0.6}/README.md +6 -1
- {elp_mpp02-0.0.5 → elp_mpp02-0.0.6}/elp_mpp02.egg-info/PKG-INFO +10 -5
- {elp_mpp02-0.0.5 → elp_mpp02-0.0.6}/pyproject.toml +2 -3
- {elp_mpp02-0.0.5 → elp_mpp02-0.0.6}/LICENCE +0 -0
- {elp_mpp02-0.0.5 → elp_mpp02-0.0.6}/elp_mpp02/__init__.py +0 -0
- {elp_mpp02-0.0.5 → elp_mpp02-0.0.6}/elp_mpp02/mpp02.py +0 -0
- {elp_mpp02-0.0.5 → elp_mpp02-0.0.6}/elp_mpp02.egg-info/SOURCES.txt +0 -0
- {elp_mpp02-0.0.5 → elp_mpp02-0.0.6}/elp_mpp02.egg-info/dependency_links.txt +0 -0
- {elp_mpp02-0.0.5 → elp_mpp02-0.0.6}/elp_mpp02.egg-info/requires.txt +0 -0
- {elp_mpp02-0.0.5 → elp_mpp02-0.0.6}/elp_mpp02.egg-info/top_level.txt +0 -0
- {elp_mpp02-0.0.5 → elp_mpp02-0.0.6}/setup.cfg +0 -0
@@ -1,9 +1,9 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: elp_mpp02
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.6
|
4
4
|
Summary: Accurate Moon positions using the Lunar solution ELP/MPP02 in Python
|
5
5
|
Author-email: Marc van der Sluys <git@vandersluys.nl>
|
6
|
-
License:
|
6
|
+
License-Expression: GPL-3.0-or-later
|
7
7
|
Project-URL: GitHub, https://github.com/MarcvdSluys/ELP-MPP02
|
8
8
|
Project-URL: ReadTheDocs, https://readthedocs.org/projects/elp-mpp02/
|
9
9
|
Keywords: Moon,astronomy,ephemeris
|
@@ -11,7 +11,6 @@ Classifier: Development Status :: 3 - Alpha
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
12
12
|
Classifier: Intended Audience :: Education
|
13
13
|
Classifier: Intended Audience :: Science/Research
|
14
|
-
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
15
14
|
Classifier: Natural Language :: English
|
16
15
|
Classifier: Operating System :: OS Independent
|
17
16
|
Classifier: Programming Language :: Python :: 3
|
@@ -20,6 +19,7 @@ Description-Content-Type: text/markdown
|
|
20
19
|
License-File: LICENCE
|
21
20
|
Requires-Dist: numpy
|
22
21
|
Requires-Dist: fortranformat
|
22
|
+
Dynamic: license-file
|
23
23
|
|
24
24
|
# ELP_MPP02: accurate Moon positions using the lunar solution ELP/MPP02 in Python #
|
25
25
|
|
@@ -72,7 +72,12 @@ data must be reinitialised.
|
|
72
72
|
* Copyright: 2019-2025 Marc van der Sluys, Department of Physics, Utrecht University and Nikhef (institute for high-energy physics and gravitational waves), Amsterdam (NL)
|
73
73
|
* Contact: https://marc.vandersluys.nl
|
74
74
|
* Website: [Github](https://github.com/MarcvdSluys/ELP-MPP02), [PyPI](https://pypi.org/project/elp_mpp02/)
|
75
|
-
* Licence: [
|
75
|
+
* Licence: [EUPL 1.2](https://www.eupl.eu/1.2/en/)
|
76
|
+
|
77
|
+
|
78
|
+
## Acknowledgements ##
|
79
|
+
|
80
|
+
* Thanks to A. Vähäkangas for bug reports!
|
76
81
|
|
77
82
|
|
78
83
|
## References ##
|
@@ -49,7 +49,12 @@ data must be reinitialised.
|
|
49
49
|
* Copyright: 2019-2025 Marc van der Sluys, Department of Physics, Utrecht University and Nikhef (institute for high-energy physics and gravitational waves), Amsterdam (NL)
|
50
50
|
* Contact: https://marc.vandersluys.nl
|
51
51
|
* Website: [Github](https://github.com/MarcvdSluys/ELP-MPP02), [PyPI](https://pypi.org/project/elp_mpp02/)
|
52
|
-
* Licence: [
|
52
|
+
* Licence: [EUPL 1.2](https://www.eupl.eu/1.2/en/)
|
53
|
+
|
54
|
+
|
55
|
+
## Acknowledgements ##
|
56
|
+
|
57
|
+
* Thanks to A. Vähäkangas for bug reports!
|
53
58
|
|
54
59
|
|
55
60
|
## References ##
|
@@ -1,9 +1,9 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: elp_mpp02
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.6
|
4
4
|
Summary: Accurate Moon positions using the Lunar solution ELP/MPP02 in Python
|
5
5
|
Author-email: Marc van der Sluys <git@vandersluys.nl>
|
6
|
-
License:
|
6
|
+
License-Expression: GPL-3.0-or-later
|
7
7
|
Project-URL: GitHub, https://github.com/MarcvdSluys/ELP-MPP02
|
8
8
|
Project-URL: ReadTheDocs, https://readthedocs.org/projects/elp-mpp02/
|
9
9
|
Keywords: Moon,astronomy,ephemeris
|
@@ -11,7 +11,6 @@ Classifier: Development Status :: 3 - Alpha
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
12
12
|
Classifier: Intended Audience :: Education
|
13
13
|
Classifier: Intended Audience :: Science/Research
|
14
|
-
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
15
14
|
Classifier: Natural Language :: English
|
16
15
|
Classifier: Operating System :: OS Independent
|
17
16
|
Classifier: Programming Language :: Python :: 3
|
@@ -20,6 +19,7 @@ Description-Content-Type: text/markdown
|
|
20
19
|
License-File: LICENCE
|
21
20
|
Requires-Dist: numpy
|
22
21
|
Requires-Dist: fortranformat
|
22
|
+
Dynamic: license-file
|
23
23
|
|
24
24
|
# ELP_MPP02: accurate Moon positions using the lunar solution ELP/MPP02 in Python #
|
25
25
|
|
@@ -72,7 +72,12 @@ data must be reinitialised.
|
|
72
72
|
* Copyright: 2019-2025 Marc van der Sluys, Department of Physics, Utrecht University and Nikhef (institute for high-energy physics and gravitational waves), Amsterdam (NL)
|
73
73
|
* Contact: https://marc.vandersluys.nl
|
74
74
|
* Website: [Github](https://github.com/MarcvdSluys/ELP-MPP02), [PyPI](https://pypi.org/project/elp_mpp02/)
|
75
|
-
* Licence: [
|
75
|
+
* Licence: [EUPL 1.2](https://www.eupl.eu/1.2/en/)
|
76
|
+
|
77
|
+
|
78
|
+
## Acknowledgements ##
|
79
|
+
|
80
|
+
* Thanks to A. Vähäkangas for bug reports!
|
76
81
|
|
77
82
|
|
78
83
|
## References ##
|
@@ -7,11 +7,11 @@ packages = ["elp_mpp02"]
|
|
7
7
|
|
8
8
|
[project]
|
9
9
|
name = "elp_mpp02"
|
10
|
-
version = "0.0.
|
10
|
+
version = "0.0.6"
|
11
11
|
authors = [ { name="Marc van der Sluys", email="git@vandersluys.nl" } ]
|
12
12
|
description = "Accurate Moon positions using the Lunar solution ELP/MPP02 in Python"
|
13
13
|
readme = "README.md"
|
14
|
-
license =
|
14
|
+
license = "GPL-3.0-or-later"
|
15
15
|
keywords = ["Moon","astronomy","ephemeris"]
|
16
16
|
dependencies = ["numpy","fortranformat"]
|
17
17
|
|
@@ -21,7 +21,6 @@ classifiers = [
|
|
21
21
|
"Intended Audience :: Developers",
|
22
22
|
"Intended Audience :: Education",
|
23
23
|
"Intended Audience :: Science/Research",
|
24
|
-
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
25
24
|
"Natural Language :: English",
|
26
25
|
"Operating System :: OS Independent",
|
27
26
|
"Programming Language :: Python :: 3",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|