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

Files changed (75) hide show
  1. kerykeion/__init__.py +58 -141
  2. kerykeion/aspects/__init__.py +14 -0
  3. kerykeion/aspects/aspects_factory.py +568 -0
  4. kerykeion/aspects/aspects_utils.py +164 -0
  5. kerykeion/astrological_subject_factory.py +1901 -0
  6. kerykeion/backword.py +820 -0
  7. kerykeion/chart_data_factory.py +552 -0
  8. kerykeion/charts/__init__.py +5 -0
  9. kerykeion/charts/chart_drawer.py +2794 -0
  10. kerykeion/charts/charts_utils.py +1840 -0
  11. kerykeion/charts/draw_planets.py +658 -0
  12. kerykeion/charts/templates/aspect_grid_only.xml +596 -0
  13. kerykeion/charts/templates/chart.xml +741 -0
  14. kerykeion/charts/templates/wheel_only.xml +653 -0
  15. kerykeion/charts/themes/black-and-white.css +148 -0
  16. kerykeion/charts/themes/classic.css +113 -0
  17. kerykeion/charts/themes/dark-high-contrast.css +159 -0
  18. kerykeion/charts/themes/dark.css +160 -0
  19. kerykeion/charts/themes/light.css +160 -0
  20. kerykeion/charts/themes/strawberry.css +158 -0
  21. kerykeion/composite_subject_factory.py +408 -0
  22. kerykeion/ephemeris_data_factory.py +443 -0
  23. kerykeion/fetch_geonames.py +105 -61
  24. kerykeion/house_comparison/__init__.py +6 -0
  25. kerykeion/house_comparison/house_comparison_factory.py +103 -0
  26. kerykeion/house_comparison/house_comparison_utils.py +126 -0
  27. kerykeion/kr_types/__init__.py +70 -0
  28. kerykeion/kr_types/chart_template_model.py +20 -0
  29. kerykeion/kr_types/kerykeion_exception.py +20 -0
  30. kerykeion/kr_types/kr_literals.py +20 -0
  31. kerykeion/kr_types/kr_models.py +20 -0
  32. kerykeion/kr_types/settings_models.py +20 -0
  33. kerykeion/planetary_return_factory.py +805 -0
  34. kerykeion/relationship_score_factory.py +301 -0
  35. kerykeion/report.py +779 -0
  36. kerykeion/schemas/__init__.py +106 -0
  37. kerykeion/schemas/chart_template_model.py +367 -0
  38. kerykeion/schemas/kerykeion_exception.py +20 -0
  39. kerykeion/schemas/kr_literals.py +181 -0
  40. kerykeion/schemas/kr_models.py +603 -0
  41. kerykeion/schemas/settings_models.py +188 -0
  42. kerykeion/settings/__init__.py +20 -0
  43. kerykeion/settings/chart_defaults.py +444 -0
  44. kerykeion/settings/config_constants.py +152 -0
  45. kerykeion/settings/kerykeion_settings.py +51 -0
  46. kerykeion/settings/translation_strings.py +1499 -0
  47. kerykeion/settings/translations.py +74 -0
  48. kerykeion/sweph/README.md +3 -0
  49. kerykeion/sweph/ast136/s136108s.se1 +0 -0
  50. kerykeion/sweph/ast136/s136199s.se1 +0 -0
  51. kerykeion/sweph/ast136/s136472s.se1 +0 -0
  52. kerykeion/sweph/ast28/se28978s.se1 +0 -0
  53. kerykeion/sweph/ast50/se50000s.se1 +0 -0
  54. kerykeion/sweph/ast90/se90377s.se1 +0 -0
  55. kerykeion/sweph/ast90/se90482s.se1 +0 -0
  56. kerykeion/sweph/seas_18.se1 +0 -0
  57. kerykeion/sweph/sefstars.txt +1602 -0
  58. kerykeion/transits_time_range_factory.py +302 -0
  59. kerykeion/utilities.py +762 -130
  60. kerykeion-5.1.9.dist-info/METADATA +1793 -0
  61. kerykeion-5.1.9.dist-info/RECORD +63 -0
  62. {kerykeion-3.1.1.dist-info → kerykeion-5.1.9.dist-info}/WHEEL +1 -2
  63. kerykeion-5.1.9.dist-info/licenses/LICENSE +661 -0
  64. kerykeion/aspects.py +0 -331
  65. kerykeion/charts/charts_svg.py +0 -1607
  66. kerykeion/charts/templates/basic.xml +0 -285
  67. kerykeion/charts/templates/extended.xml +0 -294
  68. kerykeion/kr.config.json +0 -464
  69. kerykeion/main.py +0 -595
  70. kerykeion/print_all_data.py +0 -44
  71. kerykeion/relationship_score.py +0 -219
  72. kerykeion/types.py +0 -190
  73. kerykeion-3.1.1.dist-info/METADATA +0 -204
  74. kerykeion-3.1.1.dist-info/RECORD +0 -17
  75. kerykeion-3.1.1.dist-info/top_level.txt +0 -1
@@ -0,0 +1,188 @@
1
+ # -*- coding: utf-8 -*-
2
+ """
3
+ This is part of Kerykeion (C) 2025 Giacomo Battaglia
4
+ """
5
+
6
+
7
+ from pydantic import Field
8
+ from typing import Optional
9
+ from kerykeion.schemas.kr_models import SubscriptableBaseModel
10
+
11
+
12
+ class KerykeionSettingsCelestialPointModel(SubscriptableBaseModel):
13
+ """
14
+ Defines the model for a celestial point data.
15
+ """
16
+
17
+ id: int = Field(title="Celestial Point ID", description="Celestial Point ID according to Pyswisseph")
18
+ name: str = Field(title="Celestial Point Name", description="Celestial Point Name")
19
+ color: str = Field(title="Celestial Point Color", description="Celestial Point Color, used in the chart")
20
+ element_points: int = Field(title="Celestial Point Element Points", description="Element Points given to the celestial point")
21
+ label: str = Field(title="Celestial Point Label", description="The name of the celestial point in the chart, it can be different from the name")
22
+ is_active: Optional[bool] = Field(title="Celestial Point is Active", description="Indicates if the celestial point is active in the chart", default=None)
23
+
24
+
25
+ # Language Settings
26
+ class KerykeionLanguageCelestialPointModel(SubscriptableBaseModel):
27
+ """
28
+ This class is used to define the labels, show in the chart, for the celestial points.
29
+ It is used to translate the celestial points in the language of the chart.
30
+ """
31
+
32
+ Sun: str = Field(title="Sun", description="The name of the Sun in the chart, in the language")
33
+ Moon: str = Field(title="Moon", description="The name of the Moon in the chart, in the language")
34
+ Mercury: str = Field(title="Mercury", description="The name of Mercury in the chart, in the language")
35
+ Venus: str = Field(title="Venus", description="The name of Venus in the chart, in the language")
36
+ Mars: str = Field(title="Mars", description="The name of Mars in the chart, in the language")
37
+ Jupiter: str = Field(title="Jupiter", description="The name of Jupiter in the chart, in the language")
38
+ Saturn: str = Field(title="Saturn", description="The name of Saturn in the chart, in the language")
39
+ Uranus: str = Field(title="Uranus", description="The name of Uranus in the chart, in the language")
40
+ Neptune: str = Field(title="Neptune", description="The name of Neptune in the chart, in the language")
41
+ Pluto: str = Field(title="Pluto", description="The name of Pluto in the chart, in the language")
42
+ True_North_Lunar_Node: str = Field(title="True North Lunar Node", description="The name of True North Lunar Node in the chart, in the language")
43
+ Mean_North_Lunar_Node: str = Field(title="Mean North Lunar Node", description="The name of Mean North Lunar Node in the chart, in the language")
44
+ Chiron: str = Field(title="Chiron", description="The name of Chiron in the chart, in the language")
45
+ Ascendant: str = Field(title="Ascendant", description="The name of Ascendant in the chart, in the language")
46
+ Descendant: str = Field(title="Descendant", description="The name of Descendant in the chart, in the language")
47
+ Medium_Coeli: str = Field(title="Medium Coeli", description="The name of Medium Coeli in the chart, in the language")
48
+ Imum_Coeli: str = Field(title="Imum Coeli", description="The name of Imum Coeli in the chart, in the language")
49
+ Mean_Lilith: str = Field(title="Mean Lilith", description="The name of Mean Lilith in the chart, in the language")
50
+ True_South_Lunar_Node: str = Field(title="True South Lunar Node", description="The name of True South Lunar Node in the chart, in the language")
51
+ Mean_South_Lunar_Node: str = Field(title="Mean South Lunar Node", description="The name of Mean South Lunar Node in the chart, in the language")
52
+ True_Lilith: str = Field(title="True Lilith", description="The name of True Lilith in the chart, in the language")
53
+ Earth: str = Field(title="Earth", description="The name of Earth in the chart, in the language")
54
+ Pholus: str = Field(title="Pholus", description="The name of Pholus in the chart, in the language")
55
+ Ceres: str = Field(title="Ceres", description="The name of Ceres in the chart, in the language")
56
+ Pallas: str = Field(title="Pallas", description="The name of Pallas in the chart, in the language")
57
+ Juno: str = Field(title="Juno", description="The name of Juno in the chart, in the language")
58
+ Vesta: str = Field(title="Vesta", description="The name of Vesta in the chart, in the language")
59
+ Eris: str = Field(title="Eris", description="The name of Eris in the chart, in the language")
60
+ Sedna: str = Field(title="Sedna", description="The name of Sedna in the chart, in the language")
61
+ Haumea: str = Field(title="Haumea", description="The name of Haumea in the chart, in the language")
62
+ Makemake: str = Field(title="Makemake", description="The name of Makemake in the chart, in the language")
63
+ Ixion: str = Field(title="Ixion", description="The name of Ixion in the chart, in the language")
64
+ Orcus: str = Field(title="Orcus", description="The name of Orcus in the chart, in the language")
65
+ Quaoar: str = Field(title="Quaoar", description="The name of Quaoar in the chart, in the language")
66
+ Regulus: str = Field(title="Regulus", description="The name of Regulus in the chart, in the language")
67
+ Spica: str = Field(title="Spica", description="The name of Spica in the chart, in the language")
68
+ Pars_Fortunae: str = Field(title="Part of Fortune", description="The name of Part of Fortune in the chart, in the language")
69
+ Pars_Spiritus: str = Field(title="Part of Spirit", description="The name of Part of Spirit in the chart, in the language")
70
+ Pars_Amoris: str = Field(title="Part of Love", description="The name of Part of Love in the chart, in the language")
71
+ Pars_Fidei: str = Field(title="Part of Faith", description="The name of Part of Faith in the chart, in the language")
72
+ Vertex: str = Field(title="Vertex", description="The name of Vertex in the chart, in the language")
73
+ Anti_Vertex: str = Field(title="Anti-Vertex", description="The name of Anti-Vertex in the chart, in the language")
74
+
75
+ class KerykeionLanguageModel(SubscriptableBaseModel):
76
+ """
77
+ This model is used to store the language settings for the chart,
78
+ it's used to translate the celestial points and the other labels
79
+ """
80
+
81
+ info: str = Field(title="Info", description="The info label in the chart, in the language")
82
+ cusp: str = Field(title="Cusp", description="The cusp label in the chart, in the language")
83
+ longitude: str = Field(title="Longitude", description="The longitude label in the chart, in the language")
84
+ latitude: str = Field(title="Latitude", description="The latitude label in the chart, in the language")
85
+ north: str = Field(title="North", description="The north label in the chart, in the language")
86
+ east: str = Field(title="East", description="The east label in the chart, in the language")
87
+ south: str = Field(title="South", description="The south label in the chart, in the language")
88
+ west: str = Field(title="West", description="The west label in the chart, in the language")
89
+ fire: str = Field(title="Fire", description="The fire element label in the chart, in the language")
90
+ earth: str = Field(title="Earth", description="The earth element label in the chart, in the language")
91
+ air: str = Field(title="Air", description="The air element label in the chart, in the language")
92
+ water: str = Field(title="Water", description="The water element label in the chart, in the language")
93
+ and_word: str = Field(title="And", description="The 'and' word in the chart, in the language")
94
+ transits: str = Field(title="Transits", description="The transits label in the chart, in the language")
95
+ type: str = Field(title="Type", description="The type label in the chart, in the language")
96
+ couple_aspects: str = Field(title="Couple Aspects", description="The couple aspects label in the chart, in the language")
97
+ transit_aspects: str = Field(title="Transit Aspects", description="The transit aspects label in the chart, in the language")
98
+ planets_and_house: str = Field(title="Planets and House", description="The planets and house label in the chart, in the language")
99
+ transit_name: str = Field(title="Transit Name", description="The transit name label in the chart, in the language")
100
+ lunar_phase: str = Field(title="Lunar Phase", description="The lunar phase label in the chart, in the language")
101
+ lunation_day: str = Field(title="Lunation Day", description="The lunation day label in the chart, in the language")
102
+ day: str = Field(title="Day", description="The day label in the chart, in the language")
103
+ celestial_points: KerykeionLanguageCelestialPointModel = Field(title="Celestial Points", description="The celestial points translations in the chart, in the language")
104
+ composite_chart: str = Field(title="Composite Chart", description="The composite chart label in the chart, in the language")
105
+ midpoints: str = Field(title="Midpoints", description="The midpoints label in the chart, in the language")
106
+ north_letter: str = Field(title="North Letter", description="The north letter in the chart, in the language")
107
+ east_letter: str = Field(title="East Letter", description="The east letter in the chart, in the language")
108
+ south_letter: str = Field(title="South Letter", description="The south letter in the chart, in the language")
109
+ west_letter: str = Field(title="West Letter", description="The west letter in the chart, in the language")
110
+ tropical: str = Field(title="Tropical", description="The tropical zodiac label in the chart, in the language")
111
+ sidereal: str = Field(title="Sidereal", description="The sidereal zodiac label in the chart, in the language")
112
+ zodiac: str = Field(title="Zodiac", description="The zodiac label in the chart, in the language")
113
+ ayanamsa: str = Field(title="Ayanamsa", description="The ayanamsa label in the chart, in the language")
114
+ apparent_geocentric: str = Field(title="Apparent Geocentric", description="The apparent geocentric label in the chart, in the language")
115
+ heliocentric: str = Field(title="Heliocentric", description="The heliocentric label in the chart, in the language")
116
+ topocentric: str = Field(title="Topocentric", description="The topocentric label in the chart, in the language")
117
+ true_geocentric: str = Field(title="True Geocentric", description="The true geocentric label in the chart, in the language")
118
+ new_moon: str = Field(title="New Moon", description="The new moon label in the chart, in the language")
119
+ waxing_crescent: str = Field(title="Waxing Crescent", description="The waxing crescent label in the chart, in the language")
120
+ first_quarter: str = Field(title="First Quarter", description="The first quarter label in the chart, in the language")
121
+ waxing_gibbous: str = Field(title="Waxing Gibbous", description="The waxing gibbous label in the chart, in the language")
122
+ full_moon: str = Field(title="Full Moon", description="The full moon label in the chart, in the language")
123
+ waning_gibbous: str = Field(title="Waning Gibbous", description="The waning gibbous label in the chart, in the language")
124
+ last_quarter: str = Field(title="Last Quarter", description="The last quarter label in the chart, in the language")
125
+ waning_crescent: str = Field(title="Waning Crescent", description="The waning crescent label in the chart, in the language")
126
+ houses: str = Field(title="Houses", description="The houses label in the chart, in the language")
127
+ domification: str = Field(title="Domification", description="The domification label in the chart, in the language")
128
+ houses_system_A: str = Field(title="Houses System A", description="The houses system A label in the chart, in the language")
129
+ houses_system_B: str = Field(title="Houses System B", description="The houses system B label in the chart, in the language")
130
+ houses_system_C: str = Field(title="Houses System C", description="The houses system C label in the chart, in the language")
131
+ houses_system_D: str = Field(title="Houses System D", description="The houses system D label in the chart, in the language")
132
+ houses_system_F: str = Field(title="Houses System F", description="The houses system F label in the chart, in the language")
133
+ houses_system_H: str = Field(title="Houses System H", description="The houses system H label in the chart, in the language")
134
+ houses_system_I: str = Field(title="Houses System I", description="The houses system I label in the chart, in the language")
135
+ houses_system_i: str = Field(title="Houses System i", description="The houses system i label in the chart, in the language")
136
+ houses_system_K: str = Field(title="Houses System K", description="The houses system K label in the chart, in the language")
137
+ houses_system_L: str = Field(title="Houses System L", description="The houses system L label in the chart, in the language")
138
+ houses_system_M: str = Field(title="Houses System M", description="The houses system M label in the chart, in the language")
139
+ houses_system_N: str = Field(title="Houses System N", description="The houses system N label in the chart, in the language")
140
+ houses_system_O: str = Field(title="Houses System O", description="The houses system O label in the chart, in the language")
141
+ houses_system_P: str = Field(title="Houses System P", description="The houses system P label in the chart, in the language")
142
+ houses_system_Q: str = Field(title="Houses System Q", description="The houses system Q label in the chart, in the language")
143
+ houses_system_R: str = Field(title="Houses System R", description="The houses system R label in the chart, in the language")
144
+ houses_system_S: str = Field(title="Houses System S", description="The houses system S label in the chart, in the language")
145
+ houses_system_T: str = Field(title="Houses System T", description="The houses system T label in the chart, in the language")
146
+ houses_system_U: str = Field(title="Houses System U", description="The houses system U label in the chart, in the language")
147
+ houses_system_V: str = Field(title="Houses System V", description="The houses system V label in the chart, in the language")
148
+ houses_system_W: str = Field(title="Houses System W", description="The houses system W label in the chart, in the language")
149
+ houses_system_X: str = Field(title="Houses System X", description="The houses system X label in the chart, in the language")
150
+ houses_system_Y: str = Field(title="Houses System Y", description="The houses system Y label in the chart, in the language")
151
+ Natal: str = Field(title="Natal", description="The natal chart label in the chart, in the language")
152
+ Synastry: str = Field(title="Synastry", description="The synastry chart label in the chart, in the language")
153
+ Transit: str = Field(title="Transit", description="The transit chart label in the chart, in the language")
154
+ Composite: str = Field(title="Composite", description="The composite chart label in the chart, in the language")
155
+ Return: str = Field(title="DualReturnChart", description="The return chart label in the chart, in the language")
156
+ return_aspects: str = Field(title="Return Aspects", description="The return aspects label in the chart, in the language")
157
+ solar_return: str = Field(title="Solar Return", description="The solar return label in the chart, in the language")
158
+ lunar_return: str = Field(title="Lunar Return", description="The lunar return label in the chart, in the language")
159
+ inner_wheel: str = Field(title="Inner Wheel", description="The inner wheel label in the chart, in the language")
160
+ outer_wheel: str = Field(title="Outer Wheel", description="The outer wheel label in the chart, in the language")
161
+ house_position_comparison: str = Field(title="House Position Comparison", description="The house position comparison label in the chart, in the language")
162
+ return_point: str = Field(title="Return Point", description="The return point label in the chart, in the language")
163
+ natal: str = Field(title="Natal", description="The natal label in the chart, in the language")
164
+ perspective_type: str = Field(title="Perspective Type", description="The perspective type label in the chart, in the language")
165
+ location: str = Field(title="Location", description="The location label in the chart, in the language")
166
+ day_of_week: str = Field(title="Day of Week", description="The day of week label in the chart, in the language")
167
+ elements: str = Field(title="Elements", description="The elements label in the chart, in the language")
168
+ qualities: str = Field(title="Qualities", description="The qualities label in the chart, in the language")
169
+ cardinal: str = Field(title="Cardinal", description="The cardinal quality label in the chart, in the language")
170
+ fixed: str = Field(title="Fixed", description="The fixed quality label in the chart, in the language")
171
+ mutable: str = Field(title="Mutable", description="The mutable quality label in the chart, in the language")
172
+ birth_chart: str = Field(title="Birth Chart", description="The birth chart label in the chart, in the language")
173
+ chart_info_natal_label: str = Field(
174
+ title="Chart Info Natal Label",
175
+ description="Short label for natal information panels",
176
+ )
177
+ chart_info_transit_label: str = Field(
178
+ title="Chart Info Transit Label",
179
+ description="Short label for transit information panels",
180
+ )
181
+ weekdays: Optional[dict[str, str]] = Field(default=None, title="Weekdays", description="Mapping of English weekday names to localized names")
182
+
183
+ # Settings Model
184
+ class KerykeionSettingsModel(SubscriptableBaseModel):
185
+ """
186
+ This class is used to define the global settings for the Kerykeion.
187
+ """
188
+ language_settings: dict[str, KerykeionLanguageModel] = Field(title="Language Settings", description="The language settings of the chart")
@@ -0,0 +1,20 @@
1
+ from kerykeion.schemas import KerykeionSettingsModel
2
+ from .chart_defaults import (
3
+ DEFAULT_CHART_COLORS,
4
+ DEFAULT_CELESTIAL_POINTS_SETTINGS,
5
+ DEFAULT_CHART_ASPECTS_SETTINGS,
6
+ )
7
+ from .kerykeion_settings import LANGUAGE_SETTINGS, SettingsSource, load_settings_mapping
8
+ from .translations import get_translations, load_language_settings
9
+
10
+ __all__ = [
11
+ "KerykeionSettingsModel",
12
+ "DEFAULT_CHART_COLORS",
13
+ "DEFAULT_CELESTIAL_POINTS_SETTINGS",
14
+ "DEFAULT_CHART_ASPECTS_SETTINGS",
15
+ "LANGUAGE_SETTINGS",
16
+ "load_settings_mapping",
17
+ "load_language_settings",
18
+ "get_translations",
19
+ "SettingsSource",
20
+ ]
@@ -0,0 +1,444 @@
1
+ """
2
+ Default settings and presets used by chart generation and calculation routines.
3
+
4
+ This module centralizes the static values that were previously stored in
5
+ `kerykeion.settings.legacy`. Keeping them here avoids scattering hard-coded
6
+ configuration across the codebase while still exposing them for reuse.
7
+ """
8
+
9
+ from __future__ import annotations
10
+
11
+ from typing import Final, TypedDict
12
+
13
+
14
+ class _CelestialPointSetting(TypedDict, total=False):
15
+ id: int
16
+ name: str
17
+ color: str
18
+ element_points: int
19
+ label: str
20
+ is_active: bool
21
+
22
+
23
+ class _ChartAspectSetting(TypedDict, total=False):
24
+ degree: int
25
+ name: str
26
+ is_major: bool
27
+ color: str
28
+ orb: int
29
+
30
+
31
+ DEFAULT_CHART_COLORS: Final[dict[str, str]] = {
32
+ "paper_0": "var(--kerykeion-chart-color-paper-0)",
33
+ "paper_1": "var(--kerykeion-chart-color-paper-1)",
34
+ "zodiac_bg_0": "var(--kerykeion-chart-color-zodiac-bg-0)",
35
+ "zodiac_bg_1": "var(--kerykeion-chart-color-zodiac-bg-1)",
36
+ "zodiac_bg_2": "var(--kerykeion-chart-color-zodiac-bg-2)",
37
+ "zodiac_bg_3": "var(--kerykeion-chart-color-zodiac-bg-3)",
38
+ "zodiac_bg_4": "var(--kerykeion-chart-color-zodiac-bg-4)",
39
+ "zodiac_bg_5": "var(--kerykeion-chart-color-zodiac-bg-5)",
40
+ "zodiac_bg_6": "var(--kerykeion-chart-color-zodiac-bg-6)",
41
+ "zodiac_bg_7": "var(--kerykeion-chart-color-zodiac-bg-7)",
42
+ "zodiac_bg_8": "var(--kerykeion-chart-color-zodiac-bg-8)",
43
+ "zodiac_bg_9": "var(--kerykeion-chart-color-zodiac-bg-9)",
44
+ "zodiac_bg_10": "var(--kerykeion-chart-color-zodiac-bg-10)",
45
+ "zodiac_bg_11": "var(--kerykeion-chart-color-zodiac-bg-11)",
46
+ "zodiac_icon_0": "var(--kerykeion-chart-color-zodiac-icon-0)",
47
+ "zodiac_icon_1": "var(--kerykeion-chart-color-zodiac-icon-1)",
48
+ "zodiac_icon_2": "var(--kerykeion-chart-color-zodiac-icon-2)",
49
+ "zodiac_icon_3": "var(--kerykeion-chart-color-zodiac-icon-3)",
50
+ "zodiac_icon_4": "var(--kerykeion-chart-color-zodiac-icon-4)",
51
+ "zodiac_icon_5": "var(--kerykeion-chart-color-zodiac-icon-5)",
52
+ "zodiac_icon_6": "var(--kerykeion-chart-color-zodiac-icon-6)",
53
+ "zodiac_icon_7": "var(--kerykeion-chart-color-zodiac-icon-7)",
54
+ "zodiac_icon_8": "var(--kerykeion-chart-color-zodiac-icon-8)",
55
+ "zodiac_icon_9": "var(--kerykeion-chart-color-zodiac-icon-9)",
56
+ "zodiac_icon_10": "var(--kerykeion-chart-color-zodiac-icon-10)",
57
+ "zodiac_icon_11": "var(--kerykeion-chart-color-zodiac-icon-11)",
58
+ "zodiac_radix_ring_0": "var(--kerykeion-chart-color-zodiac-radix-ring-0)",
59
+ "zodiac_radix_ring_1": "var(--kerykeion-chart-color-zodiac-radix-ring-1)",
60
+ "zodiac_radix_ring_2": "var(--kerykeion-chart-color-zodiac-radix-ring-2)",
61
+ "zodiac_transit_ring_0": "var(--kerykeion-chart-color-zodiac-transit-ring-0)",
62
+ "zodiac_transit_ring_1": "var(--kerykeion-chart-color-zodiac-transit-ring-1)",
63
+ "zodiac_transit_ring_2": "var(--kerykeion-chart-color-zodiac-transit-ring-2)",
64
+ "zodiac_transit_ring_3": "var(--kerykeion-chart-color-zodiac-transit-ring-3)",
65
+ "houses_radix_line": "var(--kerykeion-chart-color-houses-radix-line)",
66
+ "houses_transit_line": "var(--kerykeion-chart-color-houses-transit-line)",
67
+ "lunar_phase_0": "var(--kerykeion-chart-color-lunar-phase-0)",
68
+ "lunar_phase_1": "var(--kerykeion-chart-color-lunar-phase-1)",
69
+ }
70
+
71
+
72
+ DEFAULT_CELESTIAL_POINTS_SETTINGS: Final[list[_CelestialPointSetting]] = [
73
+ {
74
+ "id": 0,
75
+ "name": "Sun",
76
+ "color": "var(--kerykeion-chart-color-sun)",
77
+ "element_points": 40,
78
+ "label": "Sun",
79
+ },
80
+ {
81
+ "id": 1,
82
+ "name": "Moon",
83
+ "color": "var(--kerykeion-chart-color-moon)",
84
+ "element_points": 40,
85
+ "label": "Moon",
86
+ },
87
+ {
88
+ "id": 2,
89
+ "name": "Mercury",
90
+ "color": "var(--kerykeion-chart-color-mercury)",
91
+ "element_points": 15,
92
+ "label": "Mercury",
93
+ },
94
+ {
95
+ "id": 3,
96
+ "name": "Venus",
97
+ "color": "var(--kerykeion-chart-color-venus)",
98
+ "element_points": 15,
99
+ "label": "Venus",
100
+ },
101
+ {
102
+ "id": 4,
103
+ "name": "Mars",
104
+ "color": "var(--kerykeion-chart-color-mars)",
105
+ "element_points": 15,
106
+ "label": "Mars",
107
+ },
108
+ {
109
+ "id": 5,
110
+ "name": "Jupiter",
111
+ "color": "var(--kerykeion-chart-color-jupiter)",
112
+ "element_points": 10,
113
+ "label": "Jupiter",
114
+ },
115
+ {
116
+ "id": 6,
117
+ "name": "Saturn",
118
+ "color": "var(--kerykeion-chart-color-saturn)",
119
+ "element_points": 10,
120
+ "label": "Saturn",
121
+ },
122
+ {
123
+ "id": 7,
124
+ "name": "Uranus",
125
+ "color": "var(--kerykeion-chart-color-uranus)",
126
+ "element_points": 10,
127
+ "label": "Uranus",
128
+ },
129
+ {
130
+ "id": 8,
131
+ "name": "Neptune",
132
+ "color": "var(--kerykeion-chart-color-neptune)",
133
+ "element_points": 10,
134
+ "label": "Neptune",
135
+ },
136
+ {
137
+ "id": 9,
138
+ "name": "Pluto",
139
+ "color": "var(--kerykeion-chart-color-pluto)",
140
+ "element_points": 10,
141
+ "label": "Pluto",
142
+ },
143
+ {
144
+ "id": 10,
145
+ "name": "Mean_North_Lunar_Node",
146
+ "color": "var(--kerykeion-chart-color-mean-node)",
147
+ "element_points": 0,
148
+ "label": "Mean_North_Lunar_Node",
149
+ },
150
+ {
151
+ "id": 11,
152
+ "name": "True_North_Lunar_Node",
153
+ "color": "var(--kerykeion-chart-color-true-node)",
154
+ "element_points": 0,
155
+ "label": "True_North_Lunar_Node",
156
+ },
157
+ {
158
+ "id": 12,
159
+ "name": "Chiron",
160
+ "color": "var(--kerykeion-chart-color-chiron)",
161
+ "element_points": 0,
162
+ "label": "Chiron",
163
+ },
164
+ {
165
+ "id": 13,
166
+ "name": "Ascendant",
167
+ "color": "var(--kerykeion-chart-color-first-house)",
168
+ "element_points": 40,
169
+ "label": "Asc",
170
+ },
171
+ {
172
+ "id": 14,
173
+ "name": "Medium_Coeli",
174
+ "color": "var(--kerykeion-chart-color-tenth-house)",
175
+ "element_points": 20,
176
+ "label": "Mc",
177
+ },
178
+ {
179
+ "id": 15,
180
+ "name": "Descendant",
181
+ "color": "var(--kerykeion-chart-color-seventh-house)",
182
+ "element_points": 0,
183
+ "label": "Dsc",
184
+ },
185
+ {
186
+ "id": 16,
187
+ "name": "Imum_Coeli",
188
+ "color": "var(--kerykeion-chart-color-fourth-house)",
189
+ "element_points": 0,
190
+ "label": "Ic",
191
+ },
192
+ {
193
+ "id": 17,
194
+ "name": "Mean_Lilith",
195
+ "color": "var(--kerykeion-chart-color-mean-lilith)",
196
+ "element_points": 0,
197
+ "label": "Mean_Lilith",
198
+ },
199
+ {
200
+ "id": 18,
201
+ "name": "Mean_South_Lunar_Node",
202
+ "color": "var(--kerykeion-chart-color-mean-node)",
203
+ "element_points": 0,
204
+ "label": "Mean_South_Lunar_Node",
205
+ },
206
+ {
207
+ "id": 19,
208
+ "name": "True_South_Lunar_Node",
209
+ "color": "var(--kerykeion-chart-color-true-node)",
210
+ "element_points": 0,
211
+ "label": "True_South_Lunar_Node",
212
+ },
213
+ {
214
+ "id": 20,
215
+ "name": "True_Lilith",
216
+ "color": "var(--kerykeion-chart-color-mean-lilith)",
217
+ "element_points": 0,
218
+ "label": "True_Lilith",
219
+ },
220
+ {
221
+ "id": 21,
222
+ "name": "Earth",
223
+ "color": "var(--kerykeion-chart-color-earth)",
224
+ "element_points": 0,
225
+ "label": "Earth",
226
+ },
227
+ {
228
+ "id": 22,
229
+ "name": "Pholus",
230
+ "color": "var(--kerykeion-chart-color-pholus)",
231
+ "element_points": 0,
232
+ "label": "Pholus",
233
+ },
234
+ {
235
+ "id": 23,
236
+ "name": "Ceres",
237
+ "color": "var(--kerykeion-chart-color-ceres)",
238
+ "element_points": 0,
239
+ "label": "Ceres",
240
+ },
241
+ {
242
+ "id": 24,
243
+ "name": "Pallas",
244
+ "color": "var(--kerykeion-chart-color-pallas)",
245
+ "element_points": 0,
246
+ "label": "Pallas",
247
+ },
248
+ {
249
+ "id": 25,
250
+ "name": "Juno",
251
+ "color": "var(--kerykeion-chart-color-juno)",
252
+ "element_points": 0,
253
+ "label": "Juno",
254
+ },
255
+ {
256
+ "id": 26,
257
+ "name": "Vesta",
258
+ "color": "var(--kerykeion-chart-color-vesta)",
259
+ "element_points": 0,
260
+ "label": "Vesta",
261
+ },
262
+ {
263
+ "id": 27,
264
+ "name": "Eris",
265
+ "color": "var(--kerykeion-chart-color-eris)",
266
+ "element_points": 0,
267
+ "label": "Eris",
268
+ },
269
+ {
270
+ "id": 28,
271
+ "name": "Sedna",
272
+ "color": "var(--kerykeion-chart-color-sedna)",
273
+ "element_points": 0,
274
+ "label": "Sedna",
275
+ },
276
+ {
277
+ "id": 29,
278
+ "name": "Haumea",
279
+ "color": "var(--kerykeion-chart-color-haumea)",
280
+ "element_points": 0,
281
+ "label": "Haumea",
282
+ },
283
+ {
284
+ "id": 30,
285
+ "name": "Makemake",
286
+ "color": "var(--kerykeion-chart-color-makemake)",
287
+ "element_points": 0,
288
+ "label": "Makemake",
289
+ },
290
+ {
291
+ "id": 31,
292
+ "name": "Ixion",
293
+ "color": "var(--kerykeion-chart-color-ixion)",
294
+ "element_points": 0,
295
+ "label": "Ixion",
296
+ },
297
+ {
298
+ "id": 32,
299
+ "name": "Orcus",
300
+ "color": "var(--kerykeion-chart-color-orcus)",
301
+ "element_points": 0,
302
+ "label": "Orcus",
303
+ },
304
+ {
305
+ "id": 33,
306
+ "name": "Quaoar",
307
+ "color": "var(--kerykeion-chart-color-quaoar)",
308
+ "element_points": 0,
309
+ "label": "Quaoar",
310
+ },
311
+ {
312
+ "id": 34,
313
+ "name": "Regulus",
314
+ "color": "var(--kerykeion-chart-color-regulus)",
315
+ "element_points": 0,
316
+ "label": "Regulus",
317
+ },
318
+ {
319
+ "id": 35,
320
+ "name": "Spica",
321
+ "color": "var(--kerykeion-chart-color-spica)",
322
+ "element_points": 0,
323
+ "label": "Spica",
324
+ },
325
+ {
326
+ "id": 36,
327
+ "name": "Pars_Fortunae",
328
+ "color": "var(--kerykeion-chart-color-pars-fortunae)",
329
+ "element_points": 5,
330
+ "label": "Fortune",
331
+ },
332
+ {
333
+ "id": 37,
334
+ "name": "Pars_Spiritus",
335
+ "color": "var(--kerykeion-chart-color-pars-spiritus)",
336
+ "element_points": 0,
337
+ "label": "Spirit",
338
+ },
339
+ {
340
+ "id": 38,
341
+ "name": "Pars_Amoris",
342
+ "color": "var(--kerykeion-chart-color-pars-amoris)",
343
+ "element_points": 0,
344
+ "label": "Love",
345
+ },
346
+ {
347
+ "id": 39,
348
+ "name": "Pars_Fidei",
349
+ "color": "var(--kerykeion-chart-color-pars-fidei)",
350
+ "element_points": 0,
351
+ "label": "Faith",
352
+ },
353
+ {
354
+ "id": 40,
355
+ "name": "Vertex",
356
+ "color": "var(--kerykeion-chart-color-vertex)",
357
+ "element_points": 0,
358
+ "label": "Vertex",
359
+ },
360
+ {
361
+ "id": 41,
362
+ "name": "Anti_Vertex",
363
+ "color": "var(--kerykeion-chart-color-anti-vertex)",
364
+ "element_points": 0,
365
+ "label": "Anti_Vertex",
366
+ },
367
+ ]
368
+
369
+
370
+ DEFAULT_CHART_ASPECTS_SETTINGS: Final[list[_ChartAspectSetting]] = [
371
+ {
372
+ "degree": 0,
373
+ "name": "conjunction",
374
+ "is_major": True,
375
+ "color": "var(--kerykeion-chart-color-conjunction)",
376
+ },
377
+ {
378
+ "degree": 30,
379
+ "name": "semi-sextile",
380
+ "is_major": False,
381
+ "color": "var(--kerykeion-chart-color-semi-sextile)",
382
+ },
383
+ {
384
+ "degree": 45,
385
+ "name": "semi-square",
386
+ "is_major": False,
387
+ "color": "var(--kerykeion-chart-color-semi-square)",
388
+ },
389
+ {
390
+ "degree": 60,
391
+ "name": "sextile",
392
+ "is_major": True,
393
+ "color": "var(--kerykeion-chart-color-sextile)",
394
+ },
395
+ {
396
+ "degree": 72,
397
+ "name": "quintile",
398
+ "is_major": False,
399
+ "color": "var(--kerykeion-chart-color-quintile)",
400
+ },
401
+ {
402
+ "degree": 90,
403
+ "name": "square",
404
+ "is_major": True,
405
+ "color": "var(--kerykeion-chart-color-square)",
406
+ },
407
+ {
408
+ "degree": 120,
409
+ "name": "trine",
410
+ "is_major": True,
411
+ "color": "var(--kerykeion-chart-color-trine)",
412
+ },
413
+ {
414
+ "degree": 135,
415
+ "name": "sesquiquadrate",
416
+ "is_major": False,
417
+ "color": "var(--kerykeion-chart-color-sesquiquadrate)",
418
+ },
419
+ {
420
+ "degree": 144,
421
+ "name": "biquintile",
422
+ "is_major": False,
423
+ "color": "var(--kerykeion-chart-color-biquintile)",
424
+ },
425
+ {
426
+ "degree": 150,
427
+ "name": "quincunx",
428
+ "is_major": False,
429
+ "color": "var(--kerykeion-chart-color-quincunx)",
430
+ },
431
+ {
432
+ "degree": 180,
433
+ "name": "opposition",
434
+ "is_major": True,
435
+ "color": "var(--kerykeion-chart-color-opposition)",
436
+ },
437
+ ]
438
+
439
+
440
+ __all__ = [
441
+ "DEFAULT_CHART_COLORS",
442
+ "DEFAULT_CELESTIAL_POINTS_SETTINGS",
443
+ "DEFAULT_CHART_ASPECTS_SETTINGS",
444
+ ]