pylunar 0.7.1__py3-none-any.whl → 0.7.3__py3-none-any.whl
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.
- pylunar/helpers.py +1 -1
- pylunar/lunar_feature.py +1 -1
- pylunar/moon_info.py +1 -1
- {pylunar-0.7.1.dist-info → pylunar-0.7.3.dist-info}/METADATA +15 -14
- pylunar-0.7.3.dist-info/RECORD +13 -0
- {pylunar-0.7.1.dist-info → pylunar-0.7.3.dist-info}/WHEEL +1 -1
- pylunar-0.7.1.dist-info/RECORD +0 -13
- /pylunar/{types.py → pkg_types.py} +0 -0
- {pylunar-0.7.1.dist-info → pylunar-0.7.3.dist-info}/AUTHORS.rst +0 -0
- {pylunar-0.7.1.dist-info → pylunar-0.7.3.dist-info}/LICENSE +0 -0
- {pylunar-0.7.1.dist-info → pylunar-0.7.3.dist-info}/top_level.txt +0 -0
pylunar/helpers.py
CHANGED
@@ -16,7 +16,7 @@ __all__ = ["mjd_to_date_tuple", "tuple_to_string"]
|
|
16
16
|
|
17
17
|
import ephem
|
18
18
|
|
19
|
-
from .
|
19
|
+
from .pkg_types import DateTimeTuple, DmsCoordinate
|
20
20
|
|
21
21
|
|
22
22
|
def mjd_to_date_tuple(mjd: float, round_off: bool = False) -> DateTimeTuple:
|
pylunar/lunar_feature.py
CHANGED
pylunar/moon_info.py
CHANGED
@@ -24,7 +24,7 @@ import pytz
|
|
24
24
|
|
25
25
|
from .helpers import mjd_to_date_tuple, tuple_to_string
|
26
26
|
from .lunar_feature import LunarFeature
|
27
|
-
from .
|
27
|
+
from .pkg_types import DateTimeTuple, DmsCoordinate, MoonPhases
|
28
28
|
|
29
29
|
|
30
30
|
class PhaseName(Enum):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pylunar
|
3
|
-
Version: 0.7.
|
3
|
+
Version: 0.7.3
|
4
4
|
Summary: Information for completing the Astronomical League's Lunar and Lunar II observing programs.
|
5
5
|
Author-email: Michael Reuter <mareuternh@gmail.com>
|
6
6
|
Project-URL: Documentation, http://pylunar.readthedocs.io
|
@@ -18,24 +18,25 @@ Classifier: Programming Language :: Python :: 3.12
|
|
18
18
|
Description-Content-Type: text/x-rst
|
19
19
|
License-File: LICENSE
|
20
20
|
License-File: AUTHORS.rst
|
21
|
-
Requires-Dist: ephem
|
22
|
-
Requires-Dist: pytz
|
23
|
-
Requires-Dist: importlib-resources
|
24
|
-
Requires-Dist: typing-extensions
|
21
|
+
Requires-Dist: ephem==4.1.5
|
22
|
+
Requires-Dist: pytz==2024.2
|
23
|
+
Requires-Dist: importlib-resources==6.4.5; python_version < "3.10"
|
24
|
+
Requires-Dist: typing-extensions==4.12.2; python_version < "3.10"
|
25
25
|
Provides-Extra: build
|
26
|
-
Requires-Dist: build
|
27
|
-
Requires-Dist: twine
|
26
|
+
Requires-Dist: build==1.2.2; extra == "build"
|
27
|
+
Requires-Dist: twine==5.1.1; extra == "build"
|
28
28
|
Provides-Extra: dev
|
29
|
-
Requires-Dist: pylunar[build,docs,lint,test]
|
30
|
-
Requires-Dist: tox
|
29
|
+
Requires-Dist: pylunar[build,docs,lint,test]; extra == "dev"
|
30
|
+
Requires-Dist: tox==4.20.0; extra == "dev"
|
31
31
|
Provides-Extra: docs
|
32
|
-
Requires-Dist: sphinx
|
33
|
-
Requires-Dist: sphinx-rtd-theme
|
32
|
+
Requires-Dist: sphinx~=7.1; extra == "docs"
|
33
|
+
Requires-Dist: sphinx-rtd-theme==2.0.0; extra == "docs"
|
34
34
|
Provides-Extra: lint
|
35
|
-
Requires-Dist: pre-commit
|
35
|
+
Requires-Dist: pre-commit==3.5.0; python_version < "3.9" and extra == "lint"
|
36
|
+
Requires-Dist: pre-commit==3.8.0; python_version >= "3.9" and extra == "lint"
|
36
37
|
Provides-Extra: test
|
37
|
-
Requires-Dist: coverage[toml]
|
38
|
-
Requires-Dist: pytest
|
38
|
+
Requires-Dist: coverage[toml]==7.6.1; extra == "test"
|
39
|
+
Requires-Dist: pytest==8.3.3; extra == "test"
|
39
40
|
|
40
41
|
=============================
|
41
42
|
Python Lunar
|
@@ -0,0 +1,13 @@
|
|
1
|
+
pylunar/__init__.py,sha256=-I-kK_YCtnOkwYPs2Qe9mCaanU5XJLnXxhHzNbKJpAk,1056
|
2
|
+
pylunar/helpers.py,sha256=UgEFvBGGZxTBaKx16-CjOO8hkqPA_GLRZN8SOgshZFs,1327
|
3
|
+
pylunar/lunar_feature.py,sha256=7geZ5cY_JPOS3F2Zyr4qutQi_fHzl-wXTCNEy80ox8w,5525
|
4
|
+
pylunar/lunar_feature_container.py,sha256=ud8-B_CqQ_0x9FSbkj2eHMPRT5PAwSai6D6tU9dGkQY,2796
|
5
|
+
pylunar/moon_info.py,sha256=fD6r0zcX2Q990zqHpYZt7I14HJOPEZyOBqmJx6FKjxI,19962
|
6
|
+
pylunar/pkg_types.py,sha256=DbPCc9_kzRuSOxOfeKaLJdWfykdbzRPnOTY-EN2xrsc,973
|
7
|
+
pylunar/data/lunar.db,sha256=y2u5wR_DpHjPYH7fuR-T_q0nbPzN1GuP8_OXorjVr14,28672
|
8
|
+
pylunar-0.7.3.dist-info/AUTHORS.rst,sha256=mqGQzrJPFGm44DZxZFs0d080QDWXdtfFlv1i_fdJerg,332
|
9
|
+
pylunar-0.7.3.dist-info/LICENSE,sha256=EF_CKfNhkKjEynpn9Msb6HaGNIBN9VfeGyrJFJQ5FYk,1479
|
10
|
+
pylunar-0.7.3.dist-info/METADATA,sha256=zDuATcQ3oSCXjZPMhnBXrQzJpTapNGZ4a1aomI99p8Q,3118
|
11
|
+
pylunar-0.7.3.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
12
|
+
pylunar-0.7.3.dist-info/top_level.txt,sha256=vEQZCgYlUuoq6D4q99Kj5fSpNs2Mo-jW8vKV3dnpI-U,8
|
13
|
+
pylunar-0.7.3.dist-info/RECORD,,
|
pylunar-0.7.1.dist-info/RECORD
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
pylunar/__init__.py,sha256=-I-kK_YCtnOkwYPs2Qe9mCaanU5XJLnXxhHzNbKJpAk,1056
|
2
|
-
pylunar/helpers.py,sha256=Ip1koGrhbay318QLOhQCMwBLDA_Q1bKXHDkU_Un3EZE,1323
|
3
|
-
pylunar/lunar_feature.py,sha256=oK-ALplg29DtGzKXqPUbssri3K0_1Ftz97SPzNhP8v8,5521
|
4
|
-
pylunar/lunar_feature_container.py,sha256=ud8-B_CqQ_0x9FSbkj2eHMPRT5PAwSai6D6tU9dGkQY,2796
|
5
|
-
pylunar/moon_info.py,sha256=AdYdfgKgwnL2nRs9QF9x28_pflCaxsX10VKFvqaXLGY,19958
|
6
|
-
pylunar/types.py,sha256=DbPCc9_kzRuSOxOfeKaLJdWfykdbzRPnOTY-EN2xrsc,973
|
7
|
-
pylunar/data/lunar.db,sha256=y2u5wR_DpHjPYH7fuR-T_q0nbPzN1GuP8_OXorjVr14,28672
|
8
|
-
pylunar-0.7.1.dist-info/AUTHORS.rst,sha256=mqGQzrJPFGm44DZxZFs0d080QDWXdtfFlv1i_fdJerg,332
|
9
|
-
pylunar-0.7.1.dist-info/LICENSE,sha256=EF_CKfNhkKjEynpn9Msb6HaGNIBN9VfeGyrJFJQ5FYk,1479
|
10
|
-
pylunar-0.7.1.dist-info/METADATA,sha256=Jkl2_uVETgCknLpOeWwUhE4bBH0P1kReYzSbldNXxOA,3035
|
11
|
-
pylunar-0.7.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
12
|
-
pylunar-0.7.1.dist-info/top_level.txt,sha256=vEQZCgYlUuoq6D4q99Kj5fSpNs2Mo-jW8vKV3dnpI-U,8
|
13
|
-
pylunar-0.7.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|