kerykeion 4.12.6__py3-none-any.whl → 4.12.8__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.

@@ -7,7 +7,7 @@
7
7
  from typing import Union, Optional
8
8
  from pydantic import BaseModel
9
9
 
10
- from kerykeion.kr_types import LunarPhaseEmoji, LunarPhaseName, Planet, Houses, Quality, Element, Sign, ZodiacType, SignNumbers, HouseNumbers, PointType, SiderealMode, HousesSystemIdentifier
10
+ from kerykeion.kr_types import LunarPhaseEmoji, LunarPhaseName, Planet, Houses, Quality, Element, Sign, ZodiacType, SignNumbers, HouseNumbers, PointType, SiderealMode, HousesSystemIdentifier, Houses
11
11
 
12
12
  class SubscriptableBaseModel(BaseModel):
13
13
  """
@@ -47,7 +47,7 @@ class KerykeionPointModel(SubscriptableBaseModel):
47
47
  abs_pos: float
48
48
  emoji: str
49
49
  point_type: PointType
50
- house: Optional[HouseNumbers] = None
50
+ house: Optional[Houses] = None
51
51
  retrograde: Optional[bool] = None
52
52
 
53
53
 
@@ -72,6 +72,11 @@ class AstrologicalSubjectModel(SubscriptableBaseModel):
72
72
  iso_formatted_local_datetime: str
73
73
  iso_formatted_utc_datetime: str
74
74
  julian_day: float
75
+
76
+ # Deprecated properties -->
77
+ utc_time: float
78
+ local_time: float
79
+ # <-- Deprecated properties
75
80
 
76
81
  # Planets
77
82
  sun: KerykeionPointModel
@@ -109,10 +114,6 @@ class AstrologicalSubjectModel(SubscriptableBaseModel):
109
114
  # Lunar Phase
110
115
  lunar_phase: LunarPhaseModel
111
116
 
112
- # Deprecated properties
113
- utc_time: float
114
- local_time: float
115
-
116
117
  # Lists
117
118
  # houses_list: list[KerykeionPointModel]
118
119
  # planets_list: list[KerykeionPointModel]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kerykeion
3
- Version: 4.12.6
3
+ Version: 4.12.8
4
4
  Summary: A python library for astrology.
5
5
  Home-page: https://www.kerykeion.net/
6
6
  License: AGPL-3.0
@@ -15,7 +15,7 @@ kerykeion/kr_types/__init__.py,sha256=-qhGQikurdoHnGtuT1bsaEeZ-IwmZtIHMjGOPC9_oq
15
15
  kerykeion/kr_types/chart_types.py,sha256=qaZjm1rMpDDnUZlLjEihd9KPyv3PvrV8vkRmNBuRZzE,2201
16
16
  kerykeion/kr_types/kerykeion_exception.py,sha256=G-7VFta78qBt10l54JZWvwH-3lUNKmDwuILXaVGVu9A,314
17
17
  kerykeion/kr_types/kr_literals.py,sha256=Urk4wbRXeCOMhJEIkfvwTWrbU-Z5csDnh03hVwxpMbc,3140
18
- kerykeion/kr_types/kr_models.py,sha256=eZU3CYFjK2f2JvwNneUUHrBVPmS55u6PMywHv1VD9LA,3524
18
+ kerykeion/kr_types/kr_models.py,sha256=NEzghIlrphkEZsWco-TGk5uEFMuWPH7BCfmW8hTJWJ8,3566
19
19
  kerykeion/kr_types/settings_models.py,sha256=Gh467QjvlGmheD6eJI1IHpuK4cz_hbtjGTJT_1NMoAE,12376
20
20
  kerykeion/relationship_score.py,sha256=R9JugfK5_gJgr5ND-EghkqpqZcutzzKlJ-2JnYUMVv4,6794
21
21
  kerykeion/report.py,sha256=kS5avIN119pJVapYjZOvabg77nEcA8sSrOuXbRifABk,2565
@@ -25,8 +25,8 @@ kerykeion/settings/kr.config.json,sha256=1Yhv9RGHom5U9e-JZZRWVfT2Ubllz2WrckdwadD
25
25
  kerykeion/sweph/README.md,sha256=L7FtNAJTWtrZNGKa8MX87SjduFYPYxwWhaI5fmtzNZo,73
26
26
  kerykeion/sweph/seas_18.se1,sha256=X9nCqhZU43wJpq61WAdueVQJt9xL2UjrwPqn1Kdoa1s,223002
27
27
  kerykeion/utilities.py,sha256=O2VNTu5iozaL_aGsYHJRBo3ckQxsVckxDYfZME8z-ZI,11397
28
- kerykeion-4.12.6.dist-info/LICENSE,sha256=UTLH8EdbAsgQei4PA2PnBCPGLSZkq5J-dhkyJuXgWQU,34273
29
- kerykeion-4.12.6.dist-info/METADATA,sha256=5HKdv58m2DfhSFw4B-fquZUSHA8caSMEglg_A7-TLU0,14410
30
- kerykeion-4.12.6.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
31
- kerykeion-4.12.6.dist-info/entry_points.txt,sha256=5SmANYscFDDTdeovHvGQ-cnj0hdFvGoxPaWLCpyDFnQ,49
32
- kerykeion-4.12.6.dist-info/RECORD,,
28
+ kerykeion-4.12.8.dist-info/LICENSE,sha256=UTLH8EdbAsgQei4PA2PnBCPGLSZkq5J-dhkyJuXgWQU,34273
29
+ kerykeion-4.12.8.dist-info/METADATA,sha256=ZYRfME21sCPXwpyX_EpMpu9kDjnCzACywxMV6GGTodA,14410
30
+ kerykeion-4.12.8.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
31
+ kerykeion-4.12.8.dist-info/entry_points.txt,sha256=5SmANYscFDDTdeovHvGQ-cnj0hdFvGoxPaWLCpyDFnQ,49
32
+ kerykeion-4.12.8.dist-info/RECORD,,