kerykeion 4.24.0__py3-none-any.whl → 4.24.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.

@@ -1,4 +1,4 @@
1
- from typing import TypedDict
1
+ from typing_extensions import TypedDict
2
2
 
3
3
 
4
4
  class ChartTemplateDictionary(TypedDict):
@@ -30,7 +30,7 @@ class ChartTemplateDictionary(TypedDict):
30
30
  paper_color_0: str
31
31
  # Background color of the chart
32
32
  paper_color_1: str
33
-
33
+
34
34
  # Planets colors, from 0 to 16 (0 is the Sun)
35
35
  planets_color_0: str
36
36
  planets_color_1: str
@@ -49,7 +49,7 @@ class ChartTemplateDictionary(TypedDict):
49
49
  planets_color_14: str
50
50
  planets_color_15: str
51
51
  planets_color_16: str
52
-
52
+
53
53
  # Zodiac colors, from 0 to 11 (0 is Aries)
54
54
  zodiac_color_0: str
55
55
  zodiac_color_1: str
@@ -4,7 +4,8 @@
4
4
  """
5
5
 
6
6
 
7
- from typing import Union, Optional, TypedDict
7
+ from typing import Union, Optional
8
+ from typing_extensions import TypedDict
8
9
  from pydantic import BaseModel
9
10
  from kerykeion.kr_types.kr_literals import AspectName
10
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kerykeion
3
- Version: 4.24.0
3
+ Version: 4.24.1
4
4
  Summary: A python library for astrology.
5
5
  Home-page: https://www.kerykeion.net/
6
6
  License: AGPL-3.0
@@ -33,6 +33,7 @@ Requires-Dist: requests (>=2.32.3,<3.0.0)
33
33
  Requires-Dist: requests-cache (>=1.2.1,<2.0.0)
34
34
  Requires-Dist: scour (>=0.38.2,<0.39.0)
35
35
  Requires-Dist: simple-ascii-tables (>=1.0.0,<2.0.0)
36
+ Requires-Dist: typing-extensions (>=4.12.2,<5.0.0)
36
37
  Project-URL: Repository, https://github.com/g-battaglia/kerykeion
37
38
  Description-Content-Type: text/markdown
38
39
 
@@ -20,10 +20,10 @@ kerykeion/enums.py,sha256=nPXgP_ocsRnRno5H-yunZy3fp-hLZ9aYRaUb-2gBdvw,1199
20
20
  kerykeion/ephemeris_data.py,sha256=Cd5TK5nTkFHYU6bkLKjZRfiU4_6AgsWGcwBDrBHKrQk,8096
21
21
  kerykeion/fetch_geonames.py,sha256=e66Nh6yq9A4VjnuvVSiV1TW1IkJ9m3Q2LKPWrkOGgO0,4764
22
22
  kerykeion/kr_types/__init__.py,sha256=jshJOccCQcYZuoOvrILRZH6imy4RBvKpFPujlNLFyGE,295
23
- kerykeion/kr_types/chart_types.py,sha256=OlDvjCra7acaBT--B_gqsqOcAwbuKCXmQQyDTDNfy4o,1983
23
+ kerykeion/kr_types/chart_types.py,sha256=zO8pVFgklRFX60BS__CWAkFZ70v9ThKX2z1js-s1fQA,1986
24
24
  kerykeion/kr_types/kerykeion_exception.py,sha256=kE1y0K0rmuz32b4K_ZppSsZ59I2Get0ZkvOkTE5HejI,314
25
25
  kerykeion/kr_types/kr_literals.py,sha256=UDTgG6Hoe2378WzLpobCpYy1gLcHulbiamP8l3_GgFw,4225
26
- kerykeion/kr_types/kr_models.py,sha256=Sv8dO1iplaUXGDo9RErCO3ziB90Ed7--cs2Rr1L7jH8,4725
26
+ kerykeion/kr_types/kr_models.py,sha256=LlRrx9HRXpoMsgW1CUmJIaW90D8i-0Rhy5NWd4xDmx8,4754
27
27
  kerykeion/kr_types/settings_models.py,sha256=BdeFIPc_adBSqEf-MTowPzQZUHR13B0Guv3_Lm58qLw,11837
28
28
  kerykeion/relationship_score/__init__.py,sha256=cLaEBQXQBfyRkv0OaS3ceLROzvWcvKXWiRq0PS6LDjY,114
29
29
  kerykeion/relationship_score/relationship_score.py,sha256=lJkSbHw9nOUaPMrPxqcGhnVQIwAgI52K8BQzXXswb6A,6504
@@ -36,8 +36,8 @@ kerykeion/settings/kr.config.json,sha256=kd45JTd8F-PSXnjNH3_XJIqFtMpaTuJpTMkqDQw
36
36
  kerykeion/sweph/README.md,sha256=L7FtNAJTWtrZNGKa8MX87SjduFYPYxwWhaI5fmtzNZo,73
37
37
  kerykeion/sweph/seas_18.se1,sha256=X9nCqhZU43wJpq61WAdueVQJt9xL2UjrwPqn1Kdoa1s,223002
38
38
  kerykeion/utilities.py,sha256=vuEDWs5Htl2zi6_3flLvlAsFC9YT9LaOQDpRirFf3Cg,11160
39
- kerykeion-4.24.0.dist-info/LICENSE,sha256=UTLH8EdbAsgQei4PA2PnBCPGLSZkq5J-dhkyJuXgWQU,34273
40
- kerykeion-4.24.0.dist-info/METADATA,sha256=XoYG3A-Tk8aQZ2ZDRDmVG6MQ85CPskcRH7p8ZK3Bdbw,17671
41
- kerykeion-4.24.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
42
- kerykeion-4.24.0.dist-info/entry_points.txt,sha256=5SmANYscFDDTdeovHvGQ-cnj0hdFvGoxPaWLCpyDFnQ,49
43
- kerykeion-4.24.0.dist-info/RECORD,,
39
+ kerykeion-4.24.1.dist-info/LICENSE,sha256=UTLH8EdbAsgQei4PA2PnBCPGLSZkq5J-dhkyJuXgWQU,34273
40
+ kerykeion-4.24.1.dist-info/METADATA,sha256=T4sr53sGnOuj8dH2k4j7xZBzq8h_XLfM80t-WeFUQS4,17722
41
+ kerykeion-4.24.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
42
+ kerykeion-4.24.1.dist-info/entry_points.txt,sha256=5SmANYscFDDTdeovHvGQ-cnj0hdFvGoxPaWLCpyDFnQ,49
43
+ kerykeion-4.24.1.dist-info/RECORD,,