kerykeion 5.0.0a2__py3-none-any.whl → 5.0.0a4__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.
- kerykeion/charts/kerykeion_chart_svg.py +4 -4
- {kerykeion-5.0.0a2.dist-info → kerykeion-5.0.0a4.dist-info}/METADATA +1 -1
- {kerykeion-5.0.0a2.dist-info → kerykeion-5.0.0a4.dist-info}/RECORD +6 -6
- {kerykeion-5.0.0a2.dist-info → kerykeion-5.0.0a4.dist-info}/LICENSE +0 -0
- {kerykeion-5.0.0a2.dist-info → kerykeion-5.0.0a4.dist-info}/WHEEL +0 -0
- {kerykeion-5.0.0a2.dist-info → kerykeion-5.0.0a4.dist-info}/entry_points.txt +0 -0
|
@@ -807,7 +807,7 @@ class KerykeionChartSVG:
|
|
|
807
807
|
template_dict["makeAspects"] = self._draw_all_aspects_lines(self.main_radius, self.main_radius - self.third_circle_radius)
|
|
808
808
|
|
|
809
809
|
# Chart title
|
|
810
|
-
template_dict["stringTitle"] = f
|
|
810
|
+
template_dict["stringTitle"] = f'{self.first_obj.name} - {self.language_settings.get("Birth Chart", "Birth Chart")}'
|
|
811
811
|
|
|
812
812
|
# Top left section
|
|
813
813
|
latitude_string = convert_latitude_coordinate_to_string(self.geolat, self.language_settings["north"], self.language_settings["south"])
|
|
@@ -966,7 +966,7 @@ class KerykeionChartSVG:
|
|
|
966
966
|
|
|
967
967
|
template_dict["bottom_left_0"] = zodiac_info
|
|
968
968
|
template_dict["bottom_left_1"] = f"{self.language_settings.get('houses_system_' + self.first_obj.houses_system_identifier, self.first_obj.houses_system_name)} {self.language_settings.get('houses', 'Houses')}"
|
|
969
|
-
template_dict["bottom_left_2"] = f
|
|
969
|
+
template_dict["bottom_left_2"] = f'{self.language_settings.get("perspective_type", "Perspective")}: {self.first_obj.first_subject.perspective_type}' # type: ignore
|
|
970
970
|
template_dict["bottom_left_3"] = f'{self.language_settings.get("composite_chart", "Composite Chart")} - {self.language_settings.get("midpoints", "Midpoints")}'
|
|
971
971
|
template_dict["bottom_left_4"] = ""
|
|
972
972
|
|
|
@@ -1069,7 +1069,7 @@ class KerykeionChartSVG:
|
|
|
1069
1069
|
|
|
1070
1070
|
# Aspects
|
|
1071
1071
|
if self.double_chart_aspect_grid_type == "list":
|
|
1072
|
-
title = f
|
|
1072
|
+
title = f'{self.first_obj.name} - {self.language_settings.get("transit_aspects", "Transit Aspects")}'
|
|
1073
1073
|
template_dict["makeAspectGrid"] = ""
|
|
1074
1074
|
template_dict["makeDoubleChartAspectList"] = draw_transit_aspect_list(title, self.aspects_list, self.planets_settings, self.aspects_settings)
|
|
1075
1075
|
else:
|
|
@@ -1473,7 +1473,7 @@ class KerykeionChartSVG:
|
|
|
1473
1473
|
second_return_grid_title = f"{self.language_settings.get('solar_return', 'Solar Return')} ({self.language_settings.get('outer_wheel', 'Outer Wheel')})"
|
|
1474
1474
|
else:
|
|
1475
1475
|
first_return_grid_title = f"{self.first_obj.name} ({self.language_settings.get('inner_wheel', 'Inner Wheel')})"
|
|
1476
|
-
second_return_grid_title = f
|
|
1476
|
+
second_return_grid_title = f'{self.language_settings.get("lunar_return", "Lunar Return")} ({self.language_settings.get("outer_wheel", "Outer Wheel")})'
|
|
1477
1477
|
template_dict["makeMainPlanetGrid"] = draw_main_planet_grid(
|
|
1478
1478
|
planets_and_houses_grid_title="",
|
|
1479
1479
|
subject_name=first_return_grid_title,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: kerykeion
|
|
3
|
-
Version: 5.0.
|
|
3
|
+
Version: 5.0.0a4
|
|
4
4
|
Summary: A python library for astrology.
|
|
5
5
|
License: AGPL-3.0
|
|
6
6
|
Keywords: astrology,ephemeris,astrology library,birtchart,svg,zodiac,zodiac-sing,astronomical-algorithms,synastry,astrology-calculator
|
|
@@ -9,7 +9,7 @@ kerykeion/charts/__init__.py,sha256=i9NMZ7LdkllPlqQSi1or9gTobHbROGDKmJhBDO4R0mA,
|
|
|
9
9
|
kerykeion/charts/charts_utils.py,sha256=GCC20W4qHQXXKdUMlt72THHJxqp6ytj4X61oLONMSt4,62450
|
|
10
10
|
kerykeion/charts/draw_planets.py,sha256=dbVCA4MFs7ChZKH4w1eErBiF_mluuxAD4fouBrXs-x0,17696
|
|
11
11
|
kerykeion/charts/draw_planets_v2.py,sha256=IqyTLs1salrfJguwMtEpuscXg3kqyrrAAdXuGqzl-XQ,27630
|
|
12
|
-
kerykeion/charts/kerykeion_chart_svg.py,sha256=
|
|
12
|
+
kerykeion/charts/kerykeion_chart_svg.py,sha256=nhbqv0_LEF8unpqtYadDdBSPhInrG5X_Dt8VYKxj2eU,93861
|
|
13
13
|
kerykeion/charts/templates/aspect_grid_only.xml,sha256=ZiBVeToVmCA8QxYlB_cfnsAO1NNeQAnJ_6rIYkr4F58,70091
|
|
14
14
|
kerykeion/charts/templates/chart.xml,sha256=ody1X_Xzqi57AKDgdtNE3-6ve7LvhSbcwI5HY0I5aFg,79841
|
|
15
15
|
kerykeion/charts/templates/wheel_only.xml,sha256=hSV4FYD7qLKd93jq82B9mnGoH0PKyMRaqp3jL16T9YI,71287
|
|
@@ -47,8 +47,8 @@ kerykeion/sweph/README.md,sha256=L7FtNAJTWtrZNGKa8MX87SjduFYPYxwWhaI5fmtzNZo,73
|
|
|
47
47
|
kerykeion/sweph/seas_18.se1,sha256=X9nCqhZU43wJpq61WAdueVQJt9xL2UjrwPqn1Kdoa1s,223002
|
|
48
48
|
kerykeion/transits_time_range.py,sha256=iJSkXcNKJBcfrN8gN9P0xGKLsRBwJs-mMuAtPsvUqNE,5505
|
|
49
49
|
kerykeion/utilities.py,sha256=9dYu3sF_g2Sv5uPiCylbb6-uPoG3eJqKfA6FUQpvhfM,22435
|
|
50
|
-
kerykeion-5.0.
|
|
51
|
-
kerykeion-5.0.
|
|
52
|
-
kerykeion-5.0.
|
|
53
|
-
kerykeion-5.0.
|
|
54
|
-
kerykeion-5.0.
|
|
50
|
+
kerykeion-5.0.0a4.dist-info/LICENSE,sha256=UTLH8EdbAsgQei4PA2PnBCPGLSZkq5J-dhkyJuXgWQU,34273
|
|
51
|
+
kerykeion-5.0.0a4.dist-info/METADATA,sha256=BNSO9ub1X-Gg6q33oCDkTuBFwbxL98l9Tv4G-cpgtLQ,25398
|
|
52
|
+
kerykeion-5.0.0a4.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
53
|
+
kerykeion-5.0.0a4.dist-info/entry_points.txt,sha256=5SmANYscFDDTdeovHvGQ-cnj0hdFvGoxPaWLCpyDFnQ,49
|
|
54
|
+
kerykeion-5.0.0a4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|