kerykeion 4.25.0__tar.gz → 4.25.1__tar.gz

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 (42) hide show
  1. {kerykeion-4.25.0 → kerykeion-4.25.1}/PKG-INFO +2 -2
  2. {kerykeion-4.25.0 → kerykeion-4.25.1}/README.md +1 -1
  3. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/charts/kerykeion_chart_svg.py +7 -7
  4. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/kr_types/settings_models.py +71 -26
  5. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/relationship_score/relationship_score_factory.py +7 -54
  6. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/settings/kr.config.json +485 -14
  7. {kerykeion-4.25.0 → kerykeion-4.25.1}/pyproject.toml +1 -1
  8. {kerykeion-4.25.0 → kerykeion-4.25.1}/LICENSE +0 -0
  9. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/__init__.py +0 -0
  10. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/aspects/__init__.py +0 -0
  11. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/aspects/aspects_utils.py +0 -0
  12. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/aspects/natal_aspects.py +0 -0
  13. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/aspects/synastry_aspects.py +0 -0
  14. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/astrological_subject.py +0 -0
  15. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/charts/__init__.py +0 -0
  16. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/charts/charts_utils.py +0 -0
  17. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/charts/draw_planets.py +0 -0
  18. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/charts/templates/aspect_grid_only.xml +0 -0
  19. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/charts/templates/chart.xml +0 -0
  20. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/charts/templates/wheel_only.xml +0 -0
  21. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/charts/themes/classic.css +0 -0
  22. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/charts/themes/dark-high-contrast.css +0 -0
  23. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/charts/themes/dark.css +0 -0
  24. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/charts/themes/light.css +0 -0
  25. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/composite_subject_factory.py +0 -0
  26. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/enums.py +0 -0
  27. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/ephemeris_data.py +0 -0
  28. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/fetch_geonames.py +0 -0
  29. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/kr_types/__init__.py +0 -0
  30. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/kr_types/chart_types.py +0 -0
  31. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/kr_types/kerykeion_exception.py +0 -0
  32. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/kr_types/kr_literals.py +0 -0
  33. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/kr_types/kr_models.py +0 -0
  34. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/relationship_score/__init__.py +0 -0
  35. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/relationship_score/relationship_score.py +0 -0
  36. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/report.py +0 -0
  37. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/settings/__init__.py +0 -0
  38. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/settings/config_constants.py +0 -0
  39. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/settings/kerykeion_settings.py +0 -0
  40. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/sweph/README.md +0 -0
  41. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/sweph/seas_18.se1 +0 -0
  42. {kerykeion-4.25.0 → kerykeion-4.25.1}/kerykeion/utilities.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kerykeion
3
- Version: 4.25.0
3
+ Version: 4.25.1
4
4
  Summary: A python library for astrology.
5
5
  Home-page: https://www.kerykeion.net/
6
6
  License: AGPL-3.0
@@ -71,7 +71,7 @@ The core goal of this project is to provide a simple and easy approach to astrol
71
71
 
72
72
  Here's an example of a birthchart:
73
73
 
74
- ![Kanye Birth Chart](https://www.kerykeion.net/docs/assets/img/examples/birth-chart.svg)
74
+ ![John Lenon Chart](https://raw.githubusercontent.com/g-battaglia/kerykeion/refs/heads/master/tests/charts/svg/John%20Lennon%20-%20Dark%20Theme%20-%20Natal%20Chart.svg)
75
75
 
76
76
  ## Web API
77
77
 
@@ -32,7 +32,7 @@ The core goal of this project is to provide a simple and easy approach to astrol
32
32
 
33
33
  Here's an example of a birthchart:
34
34
 
35
- ![Kanye Birth Chart](https://www.kerykeion.net/docs/assets/img/examples/birth-chart.svg)
35
+ ![John Lenon Chart](https://raw.githubusercontent.com/g-battaglia/kerykeion/refs/heads/master/tests/charts/svg/John%20Lennon%20-%20Dark%20Theme%20-%20Natal%20Chart.svg)
36
36
 
37
37
  ## Web API
38
38
 
@@ -459,23 +459,23 @@ class KerykeionChartSVG:
459
459
 
460
460
  # Zodiac Type Info
461
461
  if self.user.zodiac_type == 'Tropic':
462
- zodiac_info = "Tropical Zodiac"
462
+ zodiac_info = f"{self.language_settings.get('zodiac', 'Zodiac')}: {self.language_settings.get('tropical', 'Tropical')}"
463
463
  else:
464
464
  mode_const = "SIDM_" + self.user.sidereal_mode # type: ignore
465
465
  mode_name = swe.get_ayanamsa_name(getattr(swe, mode_const))
466
- zodiac_info = f"Ayanamsa: {mode_name}"
466
+ zodiac_info = f"{self.language_settings.get('ayanamsa', 'Ayanamsa')}: {mode_name}"
467
467
 
468
- template_dict["bottom_left_0"] = f"{self.user.houses_system_name} Houses"
468
+ template_dict["bottom_left_0"] = f"{self.language_settings.get('houses_system_' + self.user.houses_system_identifier, self.user.houses_system_name)} {self.language_settings.get('houses', 'Houses')}"
469
469
  template_dict["bottom_left_1"] = zodiac_info
470
470
 
471
471
  if self.chart_type in ["Natal", "ExternalNatal", "Synastry"]:
472
472
  template_dict["bottom_left_2"] = f'{self.language_settings.get("lunar_phase", "Lunar Phase")} {self.language_settings.get("day", "Day").lower()}: {self.user.lunar_phase.get("moon_phase", "")}'
473
- template_dict["bottom_left_3"] = f'{self.language_settings.get("lunar_phase", "Lunar Phase")}: {self.user.lunar_phase.moon_phase_name}'
474
- template_dict["bottom_left_4"] = f'{self.user.perspective_type}'
473
+ template_dict["bottom_left_3"] = f'{self.language_settings.get("lunar_phase", "Lunar Phase")}: {self.language_settings.get(self.user.lunar_phase.moon_phase_name.lower().replace(" ", "_"), self.user.lunar_phase.moon_phase_name)}'
474
+ template_dict["bottom_left_4"] = f'{self.language_settings.get(self.user.perspective_type.lower().replace(" ", "_"), self.user.perspective_type)}'
475
475
  elif self.chart_type == "Transit":
476
476
  template_dict["bottom_left_2"] = f'{self.language_settings.get("lunar_phase", "Lunar Phase")}: {self.language_settings.get("day", "Day")} {self.t_user.lunar_phase.get("moon_phase", "")}'
477
477
  template_dict["bottom_left_3"] = f'{self.language_settings.get("lunar_phase", "Lunar Phase")}: {self.t_user.lunar_phase.moon_phase_name}'
478
- template_dict["bottom_left_4"] = f'{self.t_user.perspective_type}'
478
+ template_dict["bottom_left_4"] = f'{self.language_settings.get(self.t_user.perspective_type.lower().replace(" ", "_"), self.t_user.perspective_type)}'
479
479
  elif self.chart_type == "Composite":
480
480
  template_dict["bottom_left_2"] = f'{self.user.first_subject.perspective_type}'
481
481
  template_dict["bottom_left_3"] = f'{self.language_settings.get("composite_chart", "Composite Chart")} - {self.language_settings.get("midpoints", "Midpoints")}'
@@ -529,7 +529,7 @@ class KerykeionChartSVG:
529
529
  longitude_string = convert_longitude_coordinate_to_string(self.geolon, self.language_settings['east'], self.language_settings['west'])
530
530
  template_dict["top_left_3"] = f"{self.language_settings['latitude']}: {latitude_string}"
531
531
  template_dict["top_left_4"] = f"{self.language_settings['longitude']}: {longitude_string}"
532
- template_dict["top_left_5"] = f"{self.language_settings['type']}: {self.chart_type}"
532
+ template_dict["top_left_5"] = f"{self.language_settings['type']}: {self.language_settings.get(self.chart_type, self.chart_type)}"
533
533
 
534
534
 
535
535
  # Set paper colors
@@ -116,33 +116,78 @@ class KerykeionLanguageModel(SubscriptableBaseModel):
116
116
  it's used to translate the celestial points and the other labels
117
117
  """
118
118
 
119
- info: str = Field(title="Info", description="The name of the Info label in the chart, in the language")
120
- cusp: str = Field(title="Cusp", description="The name of the Cusp label in the chart, in the language")
121
- longitude: str = Field(title="Longitude", description="The name of the Longitude label in the chart, in the language")
122
- latitude: str = Field(title="Latitude", description="The name of the Latitude label in the chart, in the language")
123
- north: str = Field(title="North", description="The name of the North label in the chart, in the language")
124
- east: str = Field(title="East", description="The name of the East label in the chart, in the language")
125
- south: str = Field(title="South", description="The name of the South label in the chart, in the language")
126
- west: str = Field(title="West", description="The name of the West label in the chart, in the language")
127
- fire: str = Field(title="Fire", description="The name of the Fire label in the chart, in the language")
128
- earth: str = Field(title="Earth", description="The name of the Earth label in the chart, in the language")
129
- air: str = Field(title="Air", description="The name of the Air label in the chart, in the language")
130
- water: str = Field(title="Water", description="The name of the Water label in the chart, in the language")
131
- and_word: str = Field(title="And", description="The name of the And word in the chart, in the language")
132
- transits: str = Field(title="Transits", description="The name of the Transits label in the chart, in the language")
133
- type: str = Field(title="Type", description="The name of the Type label in the chart, in the language")
134
- aspects: str = Field(title="Aspects", description="The name of the Aspects label in the chart, in the language")
135
- planets_and_house: str = Field(title="Planets and Houses", description="The name of the Planets and Houses label in the chart, in the language")
136
- transit_name: str = Field(title="Transit Name", description="The name of the Transit Name label in the chart, in the language")
137
- lunar_phase: str = Field(title="Lunar Phase", description="The name of the Lunar Phase label in the chart, in the language")
138
- day: str = Field(title="Day", description="The name of the Day label in the chart, in the language")
119
+ info: str
120
+ cusp: str
121
+ longitude: str
122
+ latitude: str
123
+ north: str
124
+ east: str
125
+ south: str
126
+ west: str
127
+ fire: str
128
+ earth: str
129
+ air: str
130
+ water: str
131
+ and_word: str
132
+ transits: str
133
+ type: str
134
+ aspects: str
135
+ planets_and_house: str
136
+ transit_name: str
137
+ lunar_phase: str
138
+ day: str
139
139
  celestial_points: KerykeionLanguageCelestialPointModel
140
- composite_chart: str = Field(title="Composite Chart", description="The name of the Composite Chart label in the chart, in the language")
141
- midpoints: str = Field(title="Midpoints", description="The name of the Midpoints label in the chart, in the language")
142
- north_letter: str = Field(title="North Letter", description="The name of the North Letter label in the chart, in the language")
143
- east_letter: str = Field(title="East Letter", description="The name of the East Letter label in the chart, in the language")
144
- south_letter: str = Field(title="South Letter", description="The name of the South Letter label in the chart, in the language")
145
- west_letter: str = Field(title="West Letter", description="The name of the West Letter label in the chart, in the language")
140
+ composite_chart: str
141
+ midpoints: str
142
+ north_letter: str
143
+ east_letter: str
144
+ south_letter: str
145
+ west_letter: str
146
+ tropical: str
147
+ sidereal: str
148
+ zodiac: str
149
+ ayanamsa: str
150
+ apparent_geocentric: str
151
+ heliocentric: str
152
+ topocentric: str
153
+ true_geocentric: str
154
+ new_moon: str
155
+ waxing_crescent: str
156
+ first_quarter: str
157
+ waxing_gibbous: str
158
+ full_moon: str
159
+ waning_gibbous: str
160
+ last_quarter: str
161
+ waning_crescent: str
162
+ houses: str
163
+ houses_system_A: str
164
+ houses_system_B: str
165
+ houses_system_C: str
166
+ houses_system_D: str
167
+ houses_system_F: str
168
+ houses_system_H: str
169
+ houses_system_I: str
170
+ houses_system_i: str
171
+ houses_system_K: str
172
+ houses_system_L: str
173
+ houses_system_M: str
174
+ houses_system_N: str
175
+ houses_system_O: str
176
+ houses_system_P: str
177
+ houses_system_Q: str
178
+ houses_system_R: str
179
+ houses_system_S: str
180
+ houses_system_T: str
181
+ houses_system_U: str
182
+ houses_system_V: str
183
+ houses_system_W: str
184
+ houses_system_X: str
185
+ houses_system_Y: str
186
+ Natal: str
187
+ ExternalNatal: str
188
+ Synastry: str
189
+ Transit: str
190
+ Composite: str
146
191
 
147
192
 
148
193
  class KerykeionGeneralSettingsModel(SubscriptableBaseModel):
@@ -221,57 +221,10 @@ if __name__ == "__main__":
221
221
 
222
222
  setup_logging(level="critical")
223
223
 
224
- john = AstrologicalSubject("John", 1940, 10, 9, 18, 30, "Liverpool", "UK")
225
- yoko = AstrologicalSubject("Yoko", 1933, 2, 18, 20, 30, "Tokyo", "JP")
226
-
227
- relationship_score_factory = RelationshipScoreFactory(john, yoko)
228
- relationship_score = relationship_score_factory.get_relationship_score()
229
-
230
- print("John and Yoko relationship score:")
231
- print(relationship_score.score_value)
232
- print(relationship_score.score_description)
233
- print(relationship_score.is_destiny_sign)
234
- print(len(relationship_score.aspects))
235
- print(len(relationship_score_factory._synastry_aspects))
236
-
237
- print("------------------->")
238
- freud = AstrologicalSubject("Freud", 1856, 5, 6, 18, 30, "Freiberg", "DE")
239
- jung = AstrologicalSubject("Jung", 1875, 7, 26, 18, 30, "Kesswil", "CH")
240
-
241
- relationship_score_factory = RelationshipScoreFactory(freud, jung)
242
- relationship_score = relationship_score_factory.get_relationship_score()
243
-
244
- print("Freud and Jung relationship score:")
245
- print(relationship_score.score_value)
246
- print(relationship_score.score_description)
247
- print(relationship_score.is_destiny_sign)
248
- print(len(relationship_score.aspects))
249
- print(len(relationship_score_factory._synastry_aspects))
250
-
251
- print("------------------->")
252
- richart_burton = AstrologicalSubject("Richard Burton", 1925, 11, 10, 15, 00, "Pontrhydyfen", "UK")
253
- liz_taylor = AstrologicalSubject("Elizabeth Taylor", 1932, 2, 27, 2, 30, "London", "UK")
254
-
255
- relationship_score_factory = RelationshipScoreFactory(richart_burton, liz_taylor)
256
- relationship_score = relationship_score_factory.get_relationship_score()
257
-
258
- print("Richard Burton and Elizabeth Taylor relationship score:")
259
- print(relationship_score.score_value)
260
- print(relationship_score.score_description)
261
- print(relationship_score.is_destiny_sign)
262
- print(len(relationship_score.aspects))
263
- print(len(relationship_score_factory._synastry_aspects))
264
-
265
- print("------------------->")
266
- dario_fo = AstrologicalSubject("Dario Fo", 1926, 3, 24, 12, 25, "Sangiano", "IT")
267
- franca_rame = AstrologicalSubject("Franca Rame", 1929, 7, 18, 12, 25, "Parabiago", "IT")
268
-
269
- relationship_score_factory = RelationshipScoreFactory(dario_fo, franca_rame)
270
- relationship_score = relationship_score_factory.get_relationship_score()
271
-
272
- print("Dario Fo and Franca Rame relationship score:")
273
- print(relationship_score.score_value)
274
- print(relationship_score.score_description)
275
- print(relationship_score.is_destiny_sign)
276
- print(len(relationship_score.aspects))
277
- print(len(relationship_score_factory._synastry_aspects))
224
+ giacomo = AstrologicalSubject("Giacomo", 1993, 6, 10, 12, 15, "Montichiari", "IT")
225
+ yoko = AstrologicalSubject("Susie Cox", 1949, 6, 17, 9, 40, "Tucson", "US")
226
+
227
+ factory = RelationshipScoreFactory(giacomo, yoko)
228
+ score = factory.get_relationship_score()
229
+ print(score)
230
+
@@ -27,6 +27,51 @@
27
27
  "east_letter": "E",
28
28
  "south_letter": "S",
29
29
  "west_letter": "W",
30
+ "tropical": "Tropical",
31
+ "sidereal": "Sidereal",
32
+ "zodiac": "Zodiac",
33
+ "ayanamsa": "Ayanamsa",
34
+ "apparent_geocentric": "Apparent Geocentric",
35
+ "heliocentric": "Heliocentric",
36
+ "topocentric": "Topocentric",
37
+ "true_geocentric": "True Geocentric",
38
+ "new_moon": "New Moon",
39
+ "waxing_crescent": "Waxing Crescent",
40
+ "first_quarter": "First Quarter",
41
+ "waxing_gibbous": "Waxing Gibbous",
42
+ "full_moon": "Full Moon",
43
+ "waning_gibbous": "Waning Gibbous",
44
+ "last_quarter": "Last Quarter",
45
+ "waning_crescent": "Waning Crescent",
46
+ "houses": "Houses",
47
+ "houses_system_A": "Equal",
48
+ "houses_system_B": "Alcabitius",
49
+ "houses_system_C": "Campanus",
50
+ "houses_system_D": "Equal (MC)",
51
+ "houses_system_F": "Carter poli-equ.",
52
+ "houses_system_H": "Horizon/Azimut",
53
+ "houses_system_I": "Sunshine",
54
+ "houses_system_i": "Sunshine/alt.",
55
+ "houses_system_K": "Koch",
56
+ "houses_system_L": "Pullen SD",
57
+ "houses_system_M": "Morinus",
58
+ "houses_system_N": "Equal/1=Aries",
59
+ "houses_system_O": "Porphyry",
60
+ "houses_system_P": "Placidus",
61
+ "houses_system_Q": "Pullen SR",
62
+ "houses_system_R": "Regiomontanus",
63
+ "houses_system_S": "Sripati",
64
+ "houses_system_T": "Polich/Page",
65
+ "houses_system_U": "Krusinski-Pisa-Goelzer",
66
+ "houses_system_V": "Equal/Vehlow",
67
+ "houses_system_W": "Equal/Whole sign",
68
+ "houses_system_X": "Axial rotation system/Meridian houses",
69
+ "houses_system_Y": "APC houses",
70
+ "Natal": "Natal",
71
+ "ExternalNatal": "External Natal",
72
+ "Synastry": "Synastry",
73
+ "Transit": "Transit",
74
+ "Composite": "Composite",
30
75
  "celestial_points": {
31
76
  "Sun": "Sun",
32
77
  "Moon": "Moon",
@@ -77,6 +122,51 @@
77
122
  "east_letter": "E",
78
123
  "south_letter": "S",
79
124
  "west_letter": "W",
125
+ "tropical": "Tropical",
126
+ "sidereal": "Sidéral",
127
+ "zodiac": "Zodiaque",
128
+ "ayanamsa": "Ayanamsa",
129
+ "apparent_geocentric": "Géocentrique Apparent",
130
+ "heliocentric": "Héliocentrique",
131
+ "topocentric": "Topocentrique",
132
+ "true_geocentric": "Géocentrique Vrai",
133
+ "new_moon": "Nouvelle Lune",
134
+ "waxing_crescent": "Premier Croissant",
135
+ "first_quarter": "Premier Quartier",
136
+ "waxing_gibbous": "Lune Gibbeuse Croissante",
137
+ "full_moon": "Pleine Lune",
138
+ "waning_gibbous": "Lune Gibbeuse Décroissante",
139
+ "last_quarter": "Dernier Quartier",
140
+ "waning_crescent": "Dernier Croissant",
141
+ "houses": "Maisons",
142
+ "houses_system_A": "Égales",
143
+ "houses_system_B": "Alcabitius",
144
+ "houses_system_C": "Campanus",
145
+ "houses_system_D": "Égales (MC)",
146
+ "houses_system_F": "Carter poli-equ.",
147
+ "houses_system_H": "Horizon/Azimut",
148
+ "houses_system_I": "Sunshine",
149
+ "houses_system_i": "Sunshine/alt.",
150
+ "houses_system_K": "Koch",
151
+ "houses_system_L": "Pullen SD",
152
+ "houses_system_M": "Morinus",
153
+ "houses_system_N": "Égales/1=Bélier",
154
+ "houses_system_O": "Porphyre",
155
+ "houses_system_P": "Placidus",
156
+ "houses_system_Q": "Pullen SR",
157
+ "houses_system_R": "Regiomontanus",
158
+ "houses_system_S": "Sripati",
159
+ "houses_system_T": "Polich/Page",
160
+ "houses_system_U": "Krusinski-Pisa-Goelzer",
161
+ "houses_system_V": "Égales/Vehlow",
162
+ "houses_system_W": "Égales/Signe entier",
163
+ "houses_system_X": "Système de rotation axiale/Maisons méridiennes",
164
+ "houses_system_Y": "Maisons APC",
165
+ "Natal": "Natal",
166
+ "ExternalNatal": "Natal Externe",
167
+ "Synastry": "Synastrie",
168
+ "Transit": "Transit",
169
+ "Composite": "Composite",
80
170
  "celestial_points": {
81
171
  "Sun": "Soleil",
82
172
  "Moon": "Lune",
@@ -127,6 +217,51 @@
127
217
  "east_letter": "E",
128
218
  "south_letter": "S",
129
219
  "west_letter": "W",
220
+ "tropical": "Tropical",
221
+ "sidereal": "Sideral",
222
+ "zodiac": "Zodíaco",
223
+ "ayanamsa": "Ayanamsa",
224
+ "apparent_geocentric": "Geocêntrico Aparente",
225
+ "heliocentric": "Heliocêntrico",
226
+ "topocentric": "Topocêntrico",
227
+ "true_geocentric": "Geocêntrico Verdadeiro",
228
+ "new_moon": "Lua Nova",
229
+ "waxing_crescent": "Lua Crescente",
230
+ "first_quarter": "Quarto Crescente",
231
+ "waxing_gibbous": "Lua Gibosa Crescente",
232
+ "full_moon": "Lua Cheia",
233
+ "waning_gibbous": "Lua Gibosa Minguante",
234
+ "last_quarter": "Quarto Minguante",
235
+ "waning_crescent": "Lua Minguante",
236
+ "houses": "Casas",
237
+ "houses_system_A": "Igual",
238
+ "houses_system_B": "Alcabítio",
239
+ "houses_system_C": "Campanus",
240
+ "houses_system_D": "Igual (MC)",
241
+ "houses_system_F": "Carter poli-equ.",
242
+ "houses_system_H": "Horizonte/Azimute",
243
+ "houses_system_I": "Sunshine",
244
+ "houses_system_i": "Sunshine/alt.",
245
+ "houses_system_K": "Koch",
246
+ "houses_system_L": "Pullen SD",
247
+ "houses_system_M": "Morinus",
248
+ "houses_system_N": "Igual/1=Áries",
249
+ "houses_system_O": "Porfírio",
250
+ "houses_system_P": "Placidus",
251
+ "houses_system_Q": "Pullen SR",
252
+ "houses_system_R": "Regiomontanus",
253
+ "houses_system_S": "Sripati",
254
+ "houses_system_T": "Polich/Page",
255
+ "houses_system_U": "Krusinski-Pisa-Goelzer",
256
+ "houses_system_V": "Igual/Vehlow",
257
+ "houses_system_W": "Igual/Signo inteiro",
258
+ "houses_system_X": "Sistema de rotação axial/Casas meridianas",
259
+ "houses_system_Y": "Casas APC",
260
+ "Natal": "Natal",
261
+ "ExternalNatal": "Natal Externo",
262
+ "Synastry": "Sinastria",
263
+ "Transit": "Trânsito",
264
+ "Composite": "Composto",
130
265
  "celestial_points": {
131
266
  "Sun": "Sol",
132
267
  "Moon": "Lua",
@@ -177,6 +312,51 @@
177
312
  "east_letter": "E",
178
313
  "south_letter": "S",
179
314
  "west_letter": "W",
315
+ "tropical": "Tropicale",
316
+ "sidereal": "Siderale",
317
+ "zodiac": "Zodiaco",
318
+ "ayanamsa": "Ayanamsa",
319
+ "apparent_geocentric": "Geocentrico Apparente",
320
+ "heliocentric": "Eliocentrico",
321
+ "topocentric": "Topocentrico",
322
+ "true_geocentric": "Geocentrico Vero",
323
+ "new_moon": "Luna Nuova",
324
+ "waxing_crescent": "Luna Crescente",
325
+ "first_quarter": "Primo Quarto",
326
+ "waxing_gibbous": "Gibbosa Crescente",
327
+ "full_moon": "Luna Piena",
328
+ "waning_gibbous": "Gibbosa Calante",
329
+ "last_quarter": "Ultimo Quarto",
330
+ "waning_crescent": "Luna Calante",
331
+ "houses": "Domificazione",
332
+ "houses_system_A": "Uguale",
333
+ "houses_system_B": "Alcabizio",
334
+ "houses_system_C": "Campano",
335
+ "houses_system_D": "Uguale (MC)",
336
+ "houses_system_F": "Carter poli-equ.",
337
+ "houses_system_H": "Orizzonte/Azimut",
338
+ "houses_system_I": "Sunshine",
339
+ "houses_system_i": "Sunshine/alt.",
340
+ "houses_system_K": "Koch",
341
+ "houses_system_L": "Pullen SD",
342
+ "houses_system_M": "Morinus",
343
+ "houses_system_N": "Uguale/1=Ariete",
344
+ "houses_system_O": "Porfirio",
345
+ "houses_system_P": "Placido",
346
+ "houses_system_Q": "Pullen SR",
347
+ "houses_system_R": "Regiomontano",
348
+ "houses_system_S": "Sripati",
349
+ "houses_system_T": "Polich/Page",
350
+ "houses_system_U": "Krusinski-Pisa-Goelzer",
351
+ "houses_system_V": "Uguale/Vehlow",
352
+ "houses_system_W": "Uguale/Segno intero",
353
+ "houses_system_X": "Sistema di rotazione assiale/Case meridiane",
354
+ "houses_system_Y": "Case APC",
355
+ "Natal": "Natale",
356
+ "ExternalNatal": "Natale Esterno",
357
+ "Synastry": "Sinastria",
358
+ "Transit": "Transito",
359
+ "Composite": "Composito",
180
360
  "celestial_points": {
181
361
  "Sun": "Sole",
182
362
  "Moon": "Luna",
@@ -227,6 +407,51 @@
227
407
  "east_letter": "東",
228
408
  "south_letter": "南",
229
409
  "west_letter": "西",
410
+ "tropical": "熱帶",
411
+ "sidereal": "恆星",
412
+ "zodiac": "黃道",
413
+ "ayanamsa": "阿揚那姆沙",
414
+ "apparent_geocentric": "視地心",
415
+ "heliocentric": "日心",
416
+ "topocentric": "站心",
417
+ "true_geocentric": "真地心",
418
+ "new_moon": "新月",
419
+ "waxing_crescent": "娥眉月",
420
+ "first_quarter": "上弦月",
421
+ "waxing_gibbous": "盈凸月",
422
+ "full_moon": "滿月",
423
+ "waning_gibbous": "虧凸月",
424
+ "last_quarter": "下弦月",
425
+ "waning_crescent": "殘月",
426
+ "houses": "宮位系統",
427
+ "houses_system_A": "等宮",
428
+ "houses_system_B": "阿卡比提烏斯",
429
+ "houses_system_C": "坎帕努斯",
430
+ "houses_system_D": "等宮 (MC)",
431
+ "houses_system_F": "卡特極-等",
432
+ "houses_system_H": "地平/方位",
433
+ "houses_system_I": "日照",
434
+ "houses_system_i": "日照/高度",
435
+ "houses_system_K": "科赫",
436
+ "houses_system_L": "普倫 SD",
437
+ "houses_system_M": "莫里努斯",
438
+ "houses_system_N": "等宮/1=白羊",
439
+ "houses_system_O": "波菲里",
440
+ "houses_system_P": "普拉西達斯",
441
+ "houses_system_Q": "普倫 SR",
442
+ "houses_system_R": "雷焦蒙塔努斯",
443
+ "houses_system_S": "斯里帕蒂",
444
+ "houses_system_T": "波利奇/佩奇",
445
+ "houses_system_U": "克魯辛斯基-比薩-戈爾澤",
446
+ "houses_system_V": "等宮/韋洛",
447
+ "houses_system_W": "等宮/整體星座",
448
+ "houses_system_X": "軸向旋轉系統/子午線宮",
449
+ "houses_system_Y": "APC宮位",
450
+ "Natal": "本命盤",
451
+ "ExternalNatal": "外部本命盤",
452
+ "Synastry": "合盤",
453
+ "Transit": "運行",
454
+ "Composite": "合成盤",
230
455
  "celestial_points": {
231
456
  "Sun": "太陽",
232
457
  "Moon": "月亮",
@@ -277,6 +502,51 @@
277
502
  "east_letter": "E",
278
503
  "south_letter": "S",
279
504
  "west_letter": "W",
505
+ "tropical": "Tropical",
506
+ "sidereal": "Sideral",
507
+ "zodiac": "Zodiaco",
508
+ "ayanamsa": "Ayanamsa",
509
+ "apparent_geocentric": "Geocéntrico Aparente",
510
+ "heliocentric": "Heliocéntrico",
511
+ "topocentric": "Topocéntrico",
512
+ "true_geocentric": "Geocéntrico Verdadero",
513
+ "new_moon": "Luna Nueva",
514
+ "waxing_crescent": "Luna Creciente",
515
+ "first_quarter": "Cuarto Creciente",
516
+ "waxing_gibbous": "Luna Gibosa Creciente",
517
+ "full_moon": "Luna Llena",
518
+ "waning_gibbous": "Luna Gibosa Menguante",
519
+ "last_quarter": "Cuarto Menguante",
520
+ "waning_crescent": "Luna Menguante",
521
+ "houses": "Casas",
522
+ "houses_system_A": "Iguales",
523
+ "houses_system_B": "Alcabicio",
524
+ "houses_system_C": "Campanus",
525
+ "houses_system_D": "Iguales (MC)",
526
+ "houses_system_F": "Carter poli-equ.",
527
+ "houses_system_H": "Horizonte/Azimut",
528
+ "houses_system_I": "Sunshine",
529
+ "houses_system_i": "Sunshine/alt.",
530
+ "houses_system_K": "Koch",
531
+ "houses_system_L": "Pullen SD",
532
+ "houses_system_M": "Morinus",
533
+ "houses_system_N": "Iguales/1=Aries",
534
+ "houses_system_O": "Porfirio",
535
+ "houses_system_P": "Placidus",
536
+ "houses_system_Q": "Pullen SR",
537
+ "houses_system_R": "Regiomontanus",
538
+ "houses_system_S": "Sripati",
539
+ "houses_system_T": "Polich/Page",
540
+ "houses_system_U": "Krusinski-Pisa-Goelzer",
541
+ "houses_system_V": "Iguales/Vehlow",
542
+ "houses_system_W": "Iguales/Signo completo",
543
+ "houses_system_X": "Sistema de rotación axial/Casas meridianas",
544
+ "houses_system_Y": "Casas APC",
545
+ "Natal": "Natal",
546
+ "ExternalNatal": "Natal Externo",
547
+ "Synastry": "Sinastría",
548
+ "Transit": "Tránsito",
549
+ "Composite": "Compuesto",
280
550
  "celestial_points": {
281
551
  "Sun": "Sol",
282
552
  "Moon": "Luna",
@@ -327,6 +597,51 @@
327
597
  "east_letter": "В",
328
598
  "south_letter": "Ю",
329
599
  "west_letter": "З",
600
+ "tropical": "Тропический",
601
+ "sidereal": "Сидереальный",
602
+ "zodiac": "Зодиак",
603
+ "ayanamsa": "Аянамса",
604
+ "apparent_geocentric": "Видимый Геоцентрический",
605
+ "heliocentric": "Гелиоцентрический",
606
+ "topocentric": "Топоцентрический",
607
+ "true_geocentric": "Истинный Геоцентрический",
608
+ "new_moon": "Новолуние",
609
+ "waxing_crescent": "Растущий Серп",
610
+ "first_quarter": "Первая Четверть",
611
+ "waxing_gibbous": "Растущая Луна",
612
+ "full_moon": "Полнолуние",
613
+ "waning_gibbous": "Убывающая Луна",
614
+ "last_quarter": "Последняя Четверть",
615
+ "waning_crescent": "Убывающий Серп",
616
+ "houses": "Дома",
617
+ "houses_system_A": "Равные",
618
+ "houses_system_B": "Алькабитиус",
619
+ "houses_system_C": "Кампанус",
620
+ "houses_system_D": "Равные (MC)",
621
+ "houses_system_F": "Картер поли-экв.",
622
+ "houses_system_H": "Горизонт/Азимут",
623
+ "houses_system_I": "Саншайн",
624
+ "houses_system_i": "Саншайн/альт.",
625
+ "houses_system_K": "Кох",
626
+ "houses_system_L": "Пуллен SD",
627
+ "houses_system_M": "Моринус",
628
+ "houses_system_N": "Равные/1=Овен",
629
+ "houses_system_O": "Порфирий",
630
+ "houses_system_P": "Плацидус",
631
+ "houses_system_Q": "Пуллен SR",
632
+ "houses_system_R": "Региомонтанус",
633
+ "houses_system_S": "Шрипати",
634
+ "houses_system_T": "Полич/Пейдж",
635
+ "houses_system_U": "Крусински-Пиза-Гольцер",
636
+ "houses_system_V": "Равные/Велоу",
637
+ "houses_system_W": "Равные/Целый знак",
638
+ "houses_system_X": "Осевая система вращения/Меридианные дома",
639
+ "houses_system_Y": "Дома APC",
640
+ "Natal": "Натальная",
641
+ "ExternalNatal": "Внешняя Натальная",
642
+ "Synastry": "Синастрия",
643
+ "Transit": "Транзит",
644
+ "Composite": "Композит",
330
645
  "celestial_points": {
331
646
  "Sun": "Солнце",
332
647
  "Moon": "Луна",
@@ -377,6 +692,51 @@
377
692
  "east_letter": "D",
378
693
  "south_letter": "G",
379
694
  "west_letter": "B",
695
+ "tropical": "Tropikal",
696
+ "sidereal": "Sidereal",
697
+ "zodiac": "Burçlar",
698
+ "ayanamsa": "Ayanamsa",
699
+ "apparent_geocentric": "Görünen Jeosentrik",
700
+ "heliocentric": "Helyosentrik",
701
+ "topocentric": "Toposentrik",
702
+ "true_geocentric": "Gerçek Jeosentrik",
703
+ "new_moon": "Yeni Ay",
704
+ "waxing_crescent": "Hilal",
705
+ "first_quarter": "İlk Dördün",
706
+ "waxing_gibbous": "Şişkin Ay",
707
+ "full_moon": "Dolunay",
708
+ "waning_gibbous": "Küçülen Şişkin Ay",
709
+ "last_quarter": "Son Dördün",
710
+ "waning_crescent": "Küçülen Hilal",
711
+ "houses": "Evler",
712
+ "houses_system_A": "Eşit",
713
+ "houses_system_B": "Alkabisyus",
714
+ "houses_system_C": "Kampanus",
715
+ "houses_system_D": "Eşit (MC)",
716
+ "houses_system_F": "Carter poli-equ.",
717
+ "houses_system_H": "Ufuk/Azimut",
718
+ "houses_system_I": "Sunshine",
719
+ "houses_system_i": "Sunshine/alt.",
720
+ "houses_system_K": "Koch",
721
+ "houses_system_L": "Pullen SD",
722
+ "houses_system_M": "Morinus",
723
+ "houses_system_N": "Eşit/1=Koç",
724
+ "houses_system_O": "Porfiryus",
725
+ "houses_system_P": "Placidus",
726
+ "houses_system_Q": "Pullen SR",
727
+ "houses_system_R": "Regiomontanus",
728
+ "houses_system_S": "Sripati",
729
+ "houses_system_T": "Polich/Page",
730
+ "houses_system_U": "Krusinski-Pisa-Goelzer",
731
+ "houses_system_V": "Eşit/Vehlow",
732
+ "houses_system_W": "Eşit/Tam burç",
733
+ "houses_system_X": "Eksenel dönüş sistemi/Meridyen evleri",
734
+ "houses_system_Y": "APC evleri",
735
+ "Natal": "Doğum",
736
+ "ExternalNatal": "Harici Doğum",
737
+ "Synastry": "Sinastri",
738
+ "Transit": "Geçiş",
739
+ "Composite": "Kompozit",
380
740
  "celestial_points": {
381
741
  "Sun": "Güneş",
382
742
  "Moon": "Ay",
@@ -427,6 +787,51 @@
427
787
  "east_letter": "E",
428
788
  "south_letter": "S",
429
789
  "west_letter": "W",
790
+ "tropical": "Tropisch",
791
+ "sidereal": "Siderisch",
792
+ "zodiac": "Tierkreis",
793
+ "ayanamsa": "Ayanamsa",
794
+ "apparent_geocentric": "Scheinbar Geozentrisch",
795
+ "heliocentric": "Heliozentrisch",
796
+ "topocentric": "Topozentrisch",
797
+ "true_geocentric": "Wahrhaft Geozentrisch",
798
+ "new_moon": "Neumond",
799
+ "waxing_crescent": "Zunehmende Sichel",
800
+ "first_quarter": "Erstes Viertel",
801
+ "waxing_gibbous": "Zunehmender Mond",
802
+ "full_moon": "Vollmond",
803
+ "waning_gibbous": "Abnehmender Mond",
804
+ "last_quarter": "Letztes Viertel",
805
+ "waning_crescent": "Abnehmende Sichel",
806
+ "houses": "Häuser",
807
+ "houses_system_A": "Gleich",
808
+ "houses_system_B": "Alcabitius",
809
+ "houses_system_C": "Campanus",
810
+ "houses_system_D": "Gleich (MC)",
811
+ "houses_system_F": "Carter poli-äqu.",
812
+ "houses_system_H": "Horizont/Azimut",
813
+ "houses_system_I": "Sunshine",
814
+ "houses_system_i": "Sunshine/alt.",
815
+ "houses_system_K": "Koch",
816
+ "houses_system_L": "Pullen SD",
817
+ "houses_system_M": "Morinus",
818
+ "houses_system_N": "Gleich/1=Widder",
819
+ "houses_system_O": "Porphyrius",
820
+ "houses_system_P": "Placidus",
821
+ "houses_system_Q": "Pullen SR",
822
+ "houses_system_R": "Regiomontanus",
823
+ "houses_system_S": "Sripati",
824
+ "houses_system_T": "Polich/Page",
825
+ "houses_system_U": "Krusinski-Pisa-Goelzer",
826
+ "houses_system_V": "Gleich/Vehlow",
827
+ "houses_system_W": "Gleich/Ganzes Zeichen",
828
+ "houses_system_X": "Axiales Rotationssystem/Meridianhäuser",
829
+ "houses_system_Y": "APC Häuser",
830
+ "Natal": "Radix",
831
+ "ExternalNatal": "Externes Radix",
832
+ "Synastry": "Synastrie",
833
+ "Transit": "Transit",
834
+ "Composite": "Composit",
430
835
  "celestial_points": {
431
836
  "Sun": "Sonne",
432
837
  "Moon": "Mond",
@@ -477,6 +882,51 @@
477
882
  "east_letter": "पू",
478
883
  "south_letter": "द",
479
884
  "west_letter": "प",
885
+ "tropical": "ट्रॉपिकल",
886
+ "sidereal": "साइडीरियल",
887
+ "zodiac": "राशि",
888
+ "ayanamsa": "अयनांश",
889
+ "apparent_geocentric": "आभासी भूकेंद्रीय",
890
+ "heliocentric": "सूर्यकेंद्रीय",
891
+ "topocentric": "स्थानकेंद्रीय",
892
+ "true_geocentric": "वास्तविक भूकेंद्रीय",
893
+ "new_moon": "अमावस्या",
894
+ "waxing_crescent": "शुक्ल पक्ष प्रथमा",
895
+ "first_quarter": "शुक्ल पक्ष सप्तमी",
896
+ "waxing_gibbous": "शुक्ल पक्ष त्रयोदशी",
897
+ "full_moon": "पूर्णिमा",
898
+ "waning_gibbous": "कृष्ण पक्ष त्रयोदशी",
899
+ "last_quarter": "कृष्ण पक्ष सप्तमी",
900
+ "waning_crescent": "कृष्ण पक्ष प्रथमा",
901
+ "houses": "भावों",
902
+ "houses_system_A": "समान",
903
+ "houses_system_B": "अल्काबितियस",
904
+ "houses_system_C": "कैम्पानस",
905
+ "houses_system_D": "समान (MC)",
906
+ "houses_system_F": "कार्टर बहु-सम",
907
+ "houses_system_H": "क्षितिज/अज़ीमुथ",
908
+ "houses_system_I": "सनशाइन",
909
+ "houses_system_i": "सनशाइन/वैकल्पिक",
910
+ "houses_system_K": "कोच",
911
+ "houses_system_L": "पुल्लेन SD",
912
+ "houses_system_M": "मोरिनस",
913
+ "houses_system_N": "समान/1=मेष",
914
+ "houses_system_O": "पोरफिरी",
915
+ "houses_system_P": "प्लासिडस",
916
+ "houses_system_Q": "पुल्लेन SR",
917
+ "houses_system_R": "रेजियोमोंटेनस",
918
+ "houses_system_S": "श्रीपति",
919
+ "houses_system_T": "पोलिच/पेज",
920
+ "houses_system_U": "क्रुसिंस्की-पिसा-गोल्ज़र",
921
+ "houses_system_V": "समान/वेहलो",
922
+ "houses_system_W": "समान/पूर्ण राशि",
923
+ "houses_system_X": "धुरी घूर्णन प्रणाली/मेरिडियन भाव",
924
+ "houses_system_Y": "APC भाव",
925
+ "Natal": "जन्म",
926
+ "ExternalNatal": "बाहरी जन्म",
927
+ "Synastry": "सिनेस्ट्री",
928
+ "Transit": "गोचर",
929
+ "Composite": "संयुक्त",
480
930
  "celestial_points": {
481
931
  "Sun": "सूर्य",
482
932
  "Moon": "चंद्रमा",
@@ -494,10 +944,10 @@
494
944
  "Imum_Coeli": "आईसी",
495
945
  "True_Node": "उत्तर नोड (T)",
496
946
  "Mean_Node": "उत्तर नोड (M)",
497
- "Chiron": "किरोन",
498
- "Mean_Lilith": "लिलिथ",
499
947
  "True_South_Node": "दक्षिण नोड (T)",
500
- "Mean_South_Node": "दक्षिण नोड (M)"
948
+ "Mean_South_Node": "दक्षिण नोड (M)",
949
+ "Chiron": "किरोन",
950
+ "Mean_Lilith": "लिलिथ"
501
951
  }
502
952
  }
503
953
  },
@@ -575,7 +1025,9 @@
575
1025
  "name": "Sun",
576
1026
  "color": "var(--kerykeion-chart-color-sun)",
577
1027
  "element_points": 40,
578
- "related_zodiac_signs": ["4"],
1028
+ "related_zodiac_signs": [
1029
+ "4"
1030
+ ],
579
1031
  "label": "Sun"
580
1032
  },
581
1033
  {
@@ -583,7 +1035,9 @@
583
1035
  "name": "Moon",
584
1036
  "color": "var(--kerykeion-chart-color-moon)",
585
1037
  "element_points": 40,
586
- "related_zodiac_signs": ["3"],
1038
+ "related_zodiac_signs": [
1039
+ "3"
1040
+ ],
587
1041
  "label": "Moon"
588
1042
  },
589
1043
  {
@@ -591,7 +1045,10 @@
591
1045
  "name": "Mercury",
592
1046
  "color": "var(--kerykeion-chart-color-mercury)",
593
1047
  "element_points": 15,
594
- "related_zodiac_signs": ["2", "5"],
1048
+ "related_zodiac_signs": [
1049
+ "2",
1050
+ "5"
1051
+ ],
595
1052
  "label": "Mercury"
596
1053
  },
597
1054
  {
@@ -599,7 +1056,10 @@
599
1056
  "name": "Venus",
600
1057
  "color": "var(--kerykeion-chart-color-venus)",
601
1058
  "element_points": 15,
602
- "related_zodiac_signs": ["1", "6"],
1059
+ "related_zodiac_signs": [
1060
+ "1",
1061
+ "6"
1062
+ ],
603
1063
  "label": "Venus"
604
1064
  },
605
1065
  {
@@ -607,7 +1067,9 @@
607
1067
  "name": "Mars",
608
1068
  "color": "var(--kerykeion-chart-color-mars)",
609
1069
  "element_points": 15,
610
- "related_zodiac_signs": ["0"],
1070
+ "related_zodiac_signs": [
1071
+ "0"
1072
+ ],
611
1073
  "label": "Mars"
612
1074
  },
613
1075
  {
@@ -615,7 +1077,9 @@
615
1077
  "name": "Jupiter",
616
1078
  "color": "var(--kerykeion-chart-color-jupiter)",
617
1079
  "element_points": 10,
618
- "related_zodiac_signs": ["8"],
1080
+ "related_zodiac_signs": [
1081
+ "8"
1082
+ ],
619
1083
  "label": "Jupiter"
620
1084
  },
621
1085
  {
@@ -623,7 +1087,9 @@
623
1087
  "name": "Saturn",
624
1088
  "color": "var(--kerykeion-chart-color-saturn)",
625
1089
  "element_points": 10,
626
- "related_zodiac_signs": ["9"],
1090
+ "related_zodiac_signs": [
1091
+ "9"
1092
+ ],
627
1093
  "label": "Saturn"
628
1094
  },
629
1095
  {
@@ -631,7 +1097,9 @@
631
1097
  "name": "Uranus",
632
1098
  "color": "var(--kerykeion-chart-color-uranus)",
633
1099
  "element_points": 10,
634
- "related_zodiac_signs": ["10"],
1100
+ "related_zodiac_signs": [
1101
+ "10"
1102
+ ],
635
1103
  "label": "Uranus"
636
1104
  },
637
1105
  {
@@ -639,7 +1107,9 @@
639
1107
  "name": "Neptune",
640
1108
  "color": "var(--kerykeion-chart-color-neptune)",
641
1109
  "element_points": 10,
642
- "related_zodiac_signs": ["11"],
1110
+ "related_zodiac_signs": [
1111
+ "11"
1112
+ ],
643
1113
  "label": "Neptune"
644
1114
  },
645
1115
  {
@@ -647,7 +1117,9 @@
647
1117
  "name": "Pluto",
648
1118
  "color": "var(--kerykeion-chart-color-pluto)",
649
1119
  "element_points": 10,
650
- "related_zodiac_signs": ["7"],
1120
+ "related_zodiac_signs": [
1121
+ "7"
1122
+ ],
651
1123
  "label": "Pluto"
652
1124
  },
653
1125
  {
@@ -731,7 +1203,6 @@
731
1203
  "label": "True_South_Node"
732
1204
  }
733
1205
  ],
734
-
735
1206
  "chart_colors": {
736
1207
  "paper_0": "var(--kerykeion-chart-color-paper-0)",
737
1208
  "paper_1": "var(--kerykeion-chart-color-paper-1)",
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "kerykeion"
3
- version = "4.25.0"
3
+ version = "4.25.1"
4
4
  authors = ["Giacomo Battaglia <kerykeion.astrology@gmail.com>"]
5
5
  description = "A python library for astrology."
6
6
  license = "AGPL-3.0"
File without changes