kerykeion 5.0.0b2__py3-none-any.whl → 5.0.0b4__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 (29) hide show
  1. kerykeion/__init__.py +3 -2
  2. kerykeion/aspects/aspects_factory.py +60 -21
  3. kerykeion/aspects/aspects_utils.py +1 -1
  4. kerykeion/backword.py +111 -18
  5. kerykeion/chart_data_factory.py +72 -7
  6. kerykeion/charts/chart_drawer.py +524 -203
  7. kerykeion/charts/charts_utils.py +416 -253
  8. kerykeion/charts/templates/aspect_grid_only.xml +269 -312
  9. kerykeion/charts/templates/chart.xml +248 -304
  10. kerykeion/charts/templates/wheel_only.xml +271 -312
  11. kerykeion/charts/themes/black-and-white.css +148 -0
  12. kerykeion/relationship_score_factory.py +12 -2
  13. kerykeion/schemas/kr_literals.py +1 -1
  14. kerykeion/settings/__init__.py +16 -2
  15. kerykeion/settings/chart_defaults.py +444 -0
  16. kerykeion/settings/config_constants.py +0 -5
  17. kerykeion/settings/kerykeion_settings.py +31 -74
  18. kerykeion/settings/translation_strings.py +1479 -0
  19. kerykeion/settings/translations.py +74 -0
  20. kerykeion/transits_time_range_factory.py +10 -1
  21. {kerykeion-5.0.0b2.dist-info → kerykeion-5.0.0b4.dist-info}/METADATA +304 -204
  22. {kerykeion-5.0.0b2.dist-info → kerykeion-5.0.0b4.dist-info}/RECORD +24 -25
  23. kerykeion/settings/kr.config.json +0 -1474
  24. kerykeion/settings/legacy/__init__.py +0 -0
  25. kerykeion/settings/legacy/legacy_celestial_points_settings.py +0 -299
  26. kerykeion/settings/legacy/legacy_chart_aspects_settings.py +0 -71
  27. kerykeion/settings/legacy/legacy_color_settings.py +0 -42
  28. {kerykeion-5.0.0b2.dist-info → kerykeion-5.0.0b4.dist-info}/WHEEL +0 -0
  29. {kerykeion-5.0.0b2.dist-info → kerykeion-5.0.0b4.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,148 @@
1
+ :root {
2
+ /* -------- */
3
+ /* General */
4
+ /* ------- */
5
+ --kerykeion-color-black: #000000;
6
+ --kerykeion-color-white: #ffffff;
7
+
8
+ --kerykeion-color-neutral-content: #111111;
9
+ --kerykeion-color-base-content: #111111;
10
+ --kerykeion-color-primary: #222222;
11
+ --kerykeion-color-secondary: #444444;
12
+ --kerykeion-color-accent: #666666;
13
+ --kerykeion-color-neutral: #1a1a1a;
14
+ --kerykeion-color-base-100: #ffffff;
15
+ --kerykeion-color-info: #222222;
16
+ --kerykeion-color-info-content: #ffffff;
17
+ --kerykeion-color-success: #333333;
18
+ --kerykeion-color-warning: #555555;
19
+ --kerykeion-color-error: #777777;
20
+
21
+ /* Zodiac */
22
+ --kerykeion-color-base-200: #f0f0f0;
23
+ --kerykeion-color-base-300: #d9d9d9;
24
+
25
+ /* ----------- */
26
+ /* Chart Color */
27
+ /* ----------- */
28
+
29
+ /* Main colors */
30
+ --kerykeion-chart-color-paper-0: var(--kerykeion-color-neutral-content);
31
+ --kerykeion-chart-color-paper-1: var(--kerykeion-color-base-100);
32
+
33
+ /* Zodiac Sign Sectors */
34
+ --kerykeion-chart-color-zodiac-bg-0: var(--kerykeion-color-base-200);
35
+ --kerykeion-chart-color-zodiac-bg-1: var(--kerykeion-color-base-300);
36
+ --kerykeion-chart-color-zodiac-bg-2: var(--kerykeion-color-base-200);
37
+ --kerykeion-chart-color-zodiac-bg-3: var(--kerykeion-color-base-300);
38
+ --kerykeion-chart-color-zodiac-bg-4: var(--kerykeion-color-base-200);
39
+ --kerykeion-chart-color-zodiac-bg-5: var(--kerykeion-color-base-300);
40
+ --kerykeion-chart-color-zodiac-bg-6: var(--kerykeion-color-base-200);
41
+ --kerykeion-chart-color-zodiac-bg-7: var(--kerykeion-color-base-300);
42
+ --kerykeion-chart-color-zodiac-bg-8: var(--kerykeion-color-base-200);
43
+ --kerykeion-chart-color-zodiac-bg-9: var(--kerykeion-color-base-300);
44
+ --kerykeion-chart-color-zodiac-bg-10: var(--kerykeion-color-base-200);
45
+ --kerykeion-chart-color-zodiac-bg-11: var(--kerykeion-color-base-300);
46
+
47
+ /* Zodiac Sign Rings */
48
+ --kerykeion-chart-color-zodiac-radix-ring-0: var(--kerykeion-color-black);
49
+ --kerykeion-chart-color-zodiac-radix-ring-1: var(--kerykeion-color-black);
50
+ --kerykeion-chart-color-zodiac-radix-ring-2: var(--kerykeion-color-black);
51
+ --kerykeion-chart-color-zodiac-transit-ring-0: var(--kerykeion-color-black);
52
+ --kerykeion-chart-color-zodiac-transit-ring-1: var(--kerykeion-color-black);
53
+ --kerykeion-chart-color-zodiac-transit-ring-2: var(--kerykeion-color-black);
54
+ --kerykeion-chart-color-zodiac-transit-ring-3: var(--kerykeion-color-black);
55
+ --kerykeion-chart-color-houses-radix-line: var(--kerykeion-color-base-content);
56
+ --kerykeion-chart-color-houses-transit-line: var(--kerykeion-color-base-content);
57
+
58
+ /* Aspects */
59
+ --kerykeion-chart-color-conjunction: #222222;
60
+ --kerykeion-chart-color-semi-sextile: #333333;
61
+ --kerykeion-chart-color-semi-square: #444444;
62
+ --kerykeion-chart-color-sextile: #333333;
63
+ --kerykeion-chart-color-quintile: #555555;
64
+ --kerykeion-chart-color-square: #000000;
65
+ --kerykeion-chart-color-trine: #222222;
66
+ --kerykeion-chart-color-sesquiquadrate: #444444;
67
+ --kerykeion-chart-color-biquintile: #555555;
68
+ --kerykeion-chart-color-quincunx: #444444;
69
+ --kerykeion-chart-color-opposition: #000000;
70
+
71
+ /* Planets */
72
+ --kerykeion-chart-color-sun: #000000;
73
+ --kerykeion-chart-color-moon: #000000;
74
+ --kerykeion-chart-color-mercury: #000000;
75
+ --kerykeion-chart-color-venus: #000000;
76
+ --kerykeion-chart-color-mars: #000000;
77
+ --kerykeion-chart-color-jupiter: #000000;
78
+ --kerykeion-chart-color-saturn: #000000;
79
+ --kerykeion-chart-color-uranus: #000000;
80
+ --kerykeion-chart-color-neptune: #000000;
81
+ --kerykeion-chart-color-pluto: #000000;
82
+ --kerykeion-chart-color-true-node: #000000;
83
+ --kerykeion-chart-color-mean-node: #000000;
84
+ --kerykeion-chart-color-chiron: #000000;
85
+ --kerykeion-chart-color-first-house: #000000;
86
+ --kerykeion-chart-color-tenth-house: #000000;
87
+ --kerykeion-chart-color-seventh-house: #000000;
88
+ --kerykeion-chart-color-fourth-house: #000000;
89
+ --kerykeion-chart-color-mean-lilith: #000000;
90
+ --kerykeion-chart-color-true-lilith: #000000;
91
+ --kerykeion-chart-color-ceres: #000000;
92
+ --kerykeion-chart-color-pallas: #000000;
93
+ --kerykeion-chart-color-juno: #000000;
94
+ --kerykeion-chart-color-vesta: #000000;
95
+ --kerykeion-chart-color-pars-fortunae: #000000;
96
+ --kerykeion-chart-color-vertex: #000000;
97
+ --kerykeion-chart-color-east-point: #000000;
98
+ --kerykeion-chart-color-eris: #000000;
99
+ --kerykeion-chart-color-earth: #000000;
100
+ --kerykeion-chart-color-pholus: #000000;
101
+ --kerykeion-chart-color-sedna: #000000;
102
+ --kerykeion-chart-color-haumea: #000000;
103
+ --kerykeion-chart-color-makemake: #000000;
104
+ --kerykeion-chart-color-ixion: #000000;
105
+ --kerykeion-chart-color-orcus: #000000;
106
+ --kerykeion-chart-color-quaoar: #000000;
107
+ --kerykeion-chart-color-regulus: #000000;
108
+ --kerykeion-chart-color-spica: #000000;
109
+ --kerykeion-chart-color-anti-vertex: #000000;
110
+
111
+ /* Arab Parts */
112
+ --kerykeion-chart-color-pars-spiritus: #000000;
113
+ --kerykeion-chart-color-pars-amoris: #000000;
114
+ --kerykeion-chart-color-pars-fortunae: #000000;
115
+ --kerykeion-chart-color-pars-fidei: #000000;
116
+
117
+ /* Zodiac Signs */
118
+ --kerykeion-chart-color-zodiac-icon-0: #000000;
119
+ --kerykeion-chart-color-zodiac-icon-1: #000000;
120
+ --kerykeion-chart-color-zodiac-icon-2: #000000;
121
+ --kerykeion-chart-color-zodiac-icon-3: #000000;
122
+ --kerykeion-chart-color-zodiac-icon-4: #000000;
123
+ --kerykeion-chart-color-zodiac-icon-5: #000000;
124
+ --kerykeion-chart-color-zodiac-icon-6: #000000;
125
+ --kerykeion-chart-color-zodiac-icon-7: #000000;
126
+ --kerykeion-chart-color-zodiac-icon-8: #000000;
127
+ --kerykeion-chart-color-zodiac-icon-9: #000000;
128
+ --kerykeion-chart-color-zodiac-icon-10: #000000;
129
+ --kerykeion-chart-color-zodiac-icon-11: #000000;
130
+
131
+ /* Elements Percentage */
132
+ --kerykeion-chart-color-air-percentage: #111111;
133
+ --kerykeion-chart-color-earth-percentage: #333333;
134
+ --kerykeion-chart-color-fire-percentage: #555555;
135
+ --kerykeion-chart-color-water-percentage: #777777;
136
+
137
+ /* Modalities Percentage */
138
+ --kerykeion-chart-color-cardinal-percentage: #222222;
139
+ --kerykeion-chart-color-fixed-percentage: #444444;
140
+ --kerykeion-chart-color-mutable-percentage: #666666;
141
+
142
+ /* Aspects */
143
+ --kerykeion-chart-color-lunar-phase-0: var(--kerykeion-color-black);
144
+ --kerykeion-chart-color-lunar-phase-1: var(--kerykeion-color-white);
145
+
146
+ /* Houses Numbers */
147
+ --kerykeion-chart-color-house-number: #000000;
148
+ }
@@ -41,9 +41,11 @@ Copyright: (C) 2025 Kerykeion Project
41
41
  License: AGPL-3.0
42
42
  """
43
43
 
44
+ import logging
45
+ from typing import Optional
46
+
44
47
  from kerykeion import AstrologicalSubjectFactory
45
48
  from kerykeion.aspects import AspectsFactory
46
- import logging
47
49
  from kerykeion.schemas.kr_models import AstrologicalSubjectModel, RelationshipScoreAspectModel, RelationshipScoreModel
48
50
  from kerykeion.schemas.kr_literals import RelationshipScoreDescription
49
51
 
@@ -77,6 +79,8 @@ class RelationshipScoreFactory:
77
79
  first_subject (AstrologicalSubjectModel): First astrological subject
78
80
  second_subject (AstrologicalSubjectModel): Second astrological subject
79
81
  use_only_major_aspects (bool, optional): Filter to major aspects only. Defaults to True.
82
+ axis_orb_limit (float | None, optional): Optional orb threshold for chart axes
83
+ filtering during aspect calculation.
80
84
 
81
85
  Reference:
82
86
  http://www.cirodiscepolo.it/Articoli/Discepoloele.htm
@@ -98,6 +102,8 @@ class RelationshipScoreFactory:
98
102
  first_subject: AstrologicalSubjectModel,
99
103
  second_subject: AstrologicalSubjectModel,
100
104
  use_only_major_aspects: bool = True,
105
+ *,
106
+ axis_orb_limit: Optional[float] = None,
101
107
  ):
102
108
  self.use_only_major_aspects = use_only_major_aspects
103
109
  self.first_subject: AstrologicalSubjectModel = first_subject
@@ -107,7 +113,11 @@ class RelationshipScoreFactory:
107
113
  self.relationship_score_description: RelationshipScoreDescription = "Minimal"
108
114
  self.is_destiny_sign = False
109
115
  self.relationship_score_aspects: list[RelationshipScoreAspectModel] = []
110
- self._synastry_aspects = AspectsFactory.dual_chart_aspects(self.first_subject, self.second_subject).all_aspects
116
+ self._synastry_aspects = AspectsFactory.dual_chart_aspects(
117
+ self.first_subject,
118
+ self.second_subject,
119
+ axis_orb_limit=axis_orb_limit,
120
+ ).all_aspects
111
121
 
112
122
  def _evaluate_destiny_sign(self):
113
123
  """
@@ -136,7 +136,7 @@ Usually the standard is "Apparent Geocentric"
136
136
  SignsEmoji = Literal["♈️", "♉️", "♊️", "♋️", "♌️", "♍️", "♎️", "♏️", "♐️", "♑️", "♒️", "♓️"]
137
137
  """Literal type for Zodiac Signs Emoji"""
138
138
 
139
- KerykeionChartTheme = Literal["light", "dark", "dark-high-contrast", "classic", "strawberry"]
139
+ KerykeionChartTheme = Literal["light", "dark", "dark-high-contrast", "classic", "strawberry", "black-and-white"]
140
140
  """Literal type for Kerykeion Chart Themes"""
141
141
 
142
142
 
@@ -1,6 +1,20 @@
1
- from .kerykeion_settings import KerykeionSettingsModel, get_settings
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
2
9
 
3
10
  __all__ = [
4
11
  "KerykeionSettingsModel",
5
- "get_settings",
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",
6
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
+ ]
@@ -150,8 +150,3 @@ DISCEPOLO_SCORE_ACTIVE_ASPECTS: List[ActiveAspect] = [
150
150
  """
151
151
  List of active aspects with their orbs according to Ciro Discepolo's affinity scoring methodology.
152
152
  """
153
-
154
- DEFAULT_AXIS_ORBIT: int = 1
155
- """
156
- Default orbit for the axes aspects.
157
- """