kerykeion 4.13.0__py3-none-any.whl → 4.13.1__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.
Potentially problematic release.
This version of kerykeion might be problematic. Click here for more details.
- kerykeion/ephemeris_data.py +2 -2
- {kerykeion-4.13.0.dist-info → kerykeion-4.13.1.dist-info}/METADATA +1 -1
- {kerykeion-4.13.0.dist-info → kerykeion-4.13.1.dist-info}/RECORD +6 -6
- {kerykeion-4.13.0.dist-info → kerykeion-4.13.1.dist-info}/LICENSE +0 -0
- {kerykeion-4.13.0.dist-info → kerykeion-4.13.1.dist-info}/WHEEL +0 -0
- {kerykeion-4.13.0.dist-info → kerykeion-4.13.1.dist-info}/entry_points.txt +0 -0
kerykeion/ephemeris_data.py
CHANGED
|
@@ -3,7 +3,7 @@ from kerykeion.astrological_subject import DEFAULT_HOUSES_SYSTEM_IDENTIFIER, DEF
|
|
|
3
3
|
from kerykeion.kr_types import EphemerisDictModel
|
|
4
4
|
from kerykeion.kr_types import SiderealMode, HousesSystemIdentifier, PerspectiveType, ZodiacType
|
|
5
5
|
from datetime import datetime, timedelta
|
|
6
|
-
from typing import Literal
|
|
6
|
+
from typing import Literal, Union
|
|
7
7
|
import logging
|
|
8
8
|
|
|
9
9
|
|
|
@@ -49,7 +49,7 @@ class EphemerisDataFactory:
|
|
|
49
49
|
is_dst: bool = False,
|
|
50
50
|
disable_chiron: bool = False,
|
|
51
51
|
zodiac_type: ZodiacType = DEFAULT_ZODIAC_TYPE,
|
|
52
|
-
sidereal_mode: SiderealMode
|
|
52
|
+
sidereal_mode: Union[SiderealMode, None] = None,
|
|
53
53
|
houses_system_identifier: HousesSystemIdentifier = DEFAULT_HOUSES_SYSTEM_IDENTIFIER,
|
|
54
54
|
perspective_type: PerspectiveType = DEFAULT_PERSPECTIVE_TYPE,
|
|
55
55
|
max_days: int = 730,
|
|
@@ -10,7 +10,7 @@ kerykeion/charts/charts_utils.py,sha256=Pfy-SkPnABIy5ZkKgypnGqxXOAKhTRIeQX3fQKO8
|
|
|
10
10
|
kerykeion/charts/kerykeion_chart_svg.py,sha256=P3xRWedqdbYjeI1xX9saL729IXBfJ_8TWLz1AzUF5vI,64864
|
|
11
11
|
kerykeion/charts/templates/chart.xml,sha256=aP_dVC2w2sULBtGrjrOUi46e5m59zKaMizMnTq1VfNM,67714
|
|
12
12
|
kerykeion/enums.py,sha256=Ben9GLYkPucpYY2ZDpURzUbNCc9jzK2MuaffkgiXFdQ,965
|
|
13
|
-
kerykeion/ephemeris_data.py,sha256=
|
|
13
|
+
kerykeion/ephemeris_data.py,sha256=Wm-d0mmelN8L_qIFJhbiJBQ9SoMniP4og5IguQm8C-I,8008
|
|
14
14
|
kerykeion/fetch_geonames.py,sha256=NmyTErvKISjJCAxvRB1H35aVZI8_-_U-Cqb_rmqRseA,4563
|
|
15
15
|
kerykeion/kr_types/__init__.py,sha256=-qhGQikurdoHnGtuT1bsaEeZ-IwmZtIHMjGOPC9_oqQ,295
|
|
16
16
|
kerykeion/kr_types/chart_types.py,sha256=qaZjm1rMpDDnUZlLjEihd9KPyv3PvrV8vkRmNBuRZzE,2201
|
|
@@ -26,8 +26,8 @@ kerykeion/settings/kr.config.json,sha256=1Yhv9RGHom5U9e-JZZRWVfT2Ubllz2WrckdwadD
|
|
|
26
26
|
kerykeion/sweph/README.md,sha256=L7FtNAJTWtrZNGKa8MX87SjduFYPYxwWhaI5fmtzNZo,73
|
|
27
27
|
kerykeion/sweph/seas_18.se1,sha256=X9nCqhZU43wJpq61WAdueVQJt9xL2UjrwPqn1Kdoa1s,223002
|
|
28
28
|
kerykeion/utilities.py,sha256=O2VNTu5iozaL_aGsYHJRBo3ckQxsVckxDYfZME8z-ZI,11397
|
|
29
|
-
kerykeion-4.13.
|
|
30
|
-
kerykeion-4.13.
|
|
31
|
-
kerykeion-4.13.
|
|
32
|
-
kerykeion-4.13.
|
|
33
|
-
kerykeion-4.13.
|
|
29
|
+
kerykeion-4.13.1.dist-info/LICENSE,sha256=UTLH8EdbAsgQei4PA2PnBCPGLSZkq5J-dhkyJuXgWQU,34273
|
|
30
|
+
kerykeion-4.13.1.dist-info/METADATA,sha256=llPl3MvX6cD5_4_wiBtaatybRzjlUq-YcJcBTf0MjVw,14410
|
|
31
|
+
kerykeion-4.13.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
32
|
+
kerykeion-4.13.1.dist-info/entry_points.txt,sha256=5SmANYscFDDTdeovHvGQ-cnj0hdFvGoxPaWLCpyDFnQ,49
|
|
33
|
+
kerykeion-4.13.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|