kerykeion 5.0.0a11__py3-none-any.whl → 5.0.0b1__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 (56) hide show
  1. kerykeion/__init__.py +32 -9
  2. kerykeion/aspects/__init__.py +2 -4
  3. kerykeion/aspects/aspects_factory.py +530 -0
  4. kerykeion/aspects/aspects_utils.py +75 -6
  5. kerykeion/astrological_subject_factory.py +380 -229
  6. kerykeion/backword.py +680 -0
  7. kerykeion/chart_data_factory.py +484 -0
  8. kerykeion/charts/{kerykeion_chart_svg.py → chart_drawer.py} +612 -439
  9. kerykeion/charts/charts_utils.py +135 -94
  10. kerykeion/charts/draw_planets.py +38 -28
  11. kerykeion/charts/templates/aspect_grid_only.xml +188 -17
  12. kerykeion/charts/templates/chart.xml +104 -28
  13. kerykeion/charts/templates/wheel_only.xml +195 -24
  14. kerykeion/charts/themes/classic.css +11 -0
  15. kerykeion/charts/themes/dark-high-contrast.css +11 -0
  16. kerykeion/charts/themes/dark.css +11 -0
  17. kerykeion/charts/themes/light.css +11 -0
  18. kerykeion/charts/themes/strawberry.css +10 -0
  19. kerykeion/composite_subject_factory.py +4 -4
  20. kerykeion/ephemeris_data_factory.py +12 -9
  21. kerykeion/house_comparison/__init__.py +0 -3
  22. kerykeion/house_comparison/house_comparison_factory.py +51 -18
  23. kerykeion/house_comparison/house_comparison_utils.py +37 -8
  24. kerykeion/planetary_return_factory.py +8 -4
  25. kerykeion/relationship_score_factory.py +5 -5
  26. kerykeion/report.py +748 -67
  27. kerykeion/{kr_types → schemas}/__init__.py +44 -4
  28. kerykeion/schemas/chart_template_model.py +340 -0
  29. kerykeion/{kr_types → schemas}/kr_literals.py +7 -3
  30. kerykeion/{kr_types → schemas}/kr_models.py +247 -21
  31. kerykeion/{kr_types → schemas}/settings_models.py +7 -7
  32. kerykeion/settings/config_constants.py +75 -8
  33. kerykeion/settings/kerykeion_settings.py +1 -1
  34. kerykeion/settings/kr.config.json +130 -40
  35. kerykeion/settings/legacy/legacy_celestial_points_settings.py +8 -8
  36. kerykeion/sweph/ast136/s136108s.se1 +0 -0
  37. kerykeion/sweph/ast136/s136199s.se1 +0 -0
  38. kerykeion/sweph/ast136/s136472s.se1 +0 -0
  39. kerykeion/sweph/ast28/se28978s.se1 +0 -0
  40. kerykeion/sweph/ast50/se50000s.se1 +0 -0
  41. kerykeion/sweph/ast90/se90377s.se1 +0 -0
  42. kerykeion/sweph/ast90/se90482s.se1 +0 -0
  43. kerykeion/sweph/sefstars.txt +1602 -0
  44. kerykeion/transits_time_range_factory.py +11 -11
  45. kerykeion/utilities.py +61 -38
  46. kerykeion-5.0.0b1.dist-info/METADATA +1055 -0
  47. kerykeion-5.0.0b1.dist-info/RECORD +58 -0
  48. kerykeion/aspects/natal_aspects_factory.py +0 -235
  49. kerykeion/aspects/synastry_aspects_factory.py +0 -275
  50. kerykeion/house_comparison/house_comparison_models.py +0 -38
  51. kerykeion/kr_types/chart_types.py +0 -106
  52. kerykeion-5.0.0a11.dist-info/METADATA +0 -641
  53. kerykeion-5.0.0a11.dist-info/RECORD +0 -50
  54. /kerykeion/{kr_types → schemas}/kerykeion_exception.py +0 -0
  55. {kerykeion-5.0.0a11.dist-info → kerykeion-5.0.0b1.dist-info}/WHEEL +0 -0
  56. {kerykeion-5.0.0a11.dist-info → kerykeion-5.0.0b1.dist-info}/licenses/LICENSE +0 -0
@@ -87,6 +87,15 @@
87
87
  "perspective_type": "Perspective",
88
88
  "location": "Location",
89
89
  "day_of_week": "Day of Week",
90
+ "weekdays": {
91
+ "Monday": "Monday",
92
+ "Tuesday": "Tuesday",
93
+ "Wednesday": "Wednesday",
94
+ "Thursday": "Thursday",
95
+ "Friday": "Friday",
96
+ "Saturday": "Saturday",
97
+ "Sunday": "Sunday"
98
+ },
90
99
  "elements": "Elements",
91
100
  "qualities": "Qualities",
92
101
  "cardinal": "Cardinal",
@@ -108,12 +117,12 @@
108
117
  "Medium_Coeli": "Mc",
109
118
  "Descendant": "Dsc",
110
119
  "Imum_Coeli": "Ic",
111
- "True_Node": "N. Node (T)",
112
- "Mean_Node": "N. Node (M)",
120
+ "True_North_Lunar_Node": "N. Node (T)",
121
+ "Mean_North_Lunar_Node": "N. Node (M)",
113
122
  "Chiron": "Chiron",
114
123
  "Mean_Lilith": "Lilith",
115
- "True_South_Node": "S. Node (T)",
116
- "Mean_South_Node": "S. Node (M)",
124
+ "True_South_Lunar_Node": "S. Node (T)",
125
+ "Mean_South_Lunar_Node": "S. Node (M)",
117
126
  "True_Lilith": "Lilith (T)",
118
127
  "Earth": "Earth",
119
128
  "Pholus": "Pholus",
@@ -225,6 +234,15 @@
225
234
  "perspective_type": "Perspective",
226
235
  "location": "Lieu",
227
236
  "day_of_week": "Jour de la semaine",
237
+ "weekdays": {
238
+ "Monday": "Lundi",
239
+ "Tuesday": "Mardi",
240
+ "Wednesday": "Mercredi",
241
+ "Thursday": "Jeudi",
242
+ "Friday": "Vendredi",
243
+ "Saturday": "Samedi",
244
+ "Sunday": "Dimanche"
245
+ },
228
246
  "elements": "Éléments",
229
247
  "qualities": "Qualités",
230
248
  "cardinal": "Cardinal",
@@ -246,10 +264,10 @@
246
264
  "Medium_Coeli": "Mc",
247
265
  "Descendant": "Dsc",
248
266
  "Imum_Coeli": "Ic",
249
- "True_Node": "Nœud N. (V)",
250
- "Mean_Node": "Nœud N. (M)",
251
- "True_South_Node": "Nœud S. (V)",
252
- "Mean_South_Node": "Nœud S. (M)",
267
+ "True_North_Lunar_Node": "Nœud N. (V)",
268
+ "Mean_North_Lunar_Node": "Nœud N. (M)",
269
+ "True_South_Lunar_Node": "Nœud S. (V)",
270
+ "Mean_South_Lunar_Node": "Nœud S. (M)",
253
271
  "Chiron": "Chiron",
254
272
  "Mean_Lilith": "Lilith",
255
273
  "True_Lilith": "Lilith (V)",
@@ -363,6 +381,15 @@
363
381
  "perspective_type": "Perspectiva",
364
382
  "location": "Localização",
365
383
  "day_of_week": "Dia da semana",
384
+ "weekdays": {
385
+ "Monday": "Segunda",
386
+ "Tuesday": "Terça",
387
+ "Wednesday": "Quarta",
388
+ "Thursday": "Quinta",
389
+ "Friday": "Sexta",
390
+ "Saturday": "Sábado",
391
+ "Sunday": "Domingo"
392
+ },
366
393
  "elements": "Elementos",
367
394
  "qualities": "Qualidades",
368
395
  "cardinal": "Cardinal",
@@ -384,10 +411,10 @@
384
411
  "Medium_Coeli": "Mc",
385
412
  "Descendant": "Dsc",
386
413
  "Imum_Coeli": "Ic",
387
- "True_Node": "Nodo N. (V)",
388
- "Mean_Node": "Nodo N. (M)",
389
- "True_South_Node": "Nodo S. (V)",
390
- "Mean_South_Node": "Nodo S. (M)",
414
+ "True_North_Lunar_Node": "Nodo N. (V)",
415
+ "Mean_North_Lunar_Node": "Nodo N. (M)",
416
+ "True_South_Lunar_Node": "Nodo S. (V)",
417
+ "Mean_South_Lunar_Node": "Nodo S. (M)",
391
418
  "Chiron": "Quíron",
392
419
  "Mean_Lilith": "Lilith",
393
420
  "True_Lilith": "Lilith (V)",
@@ -501,6 +528,15 @@
501
528
  "perspective_type": "Prospettiva",
502
529
  "location": "Località",
503
530
  "day_of_week": "Giorno della settimana",
531
+ "weekdays": {
532
+ "Monday": "Lunedì",
533
+ "Tuesday": "Martedì",
534
+ "Wednesday": "Mercoledì",
535
+ "Thursday": "Giovedì",
536
+ "Friday": "Venerdì",
537
+ "Saturday": "Sabato",
538
+ "Sunday": "Domenica"
539
+ },
504
540
  "elements": "Elementi",
505
541
  "qualities": "Qualità",
506
542
  "cardinal": "Cardinale",
@@ -522,10 +558,10 @@
522
558
  "Medium_Coeli": "Mc",
523
559
  "Descendant": "Dsc",
524
560
  "Imum_Coeli": "Ic",
525
- "True_Node": "Nodo N. (V)",
526
- "Mean_Node": "Nodo N. (M)",
527
- "True_South_Node": "Nodo S. (V)",
528
- "Mean_South_Node": "Nodo S. (M)",
561
+ "True_North_Lunar_Node": "Nodo N. (V)",
562
+ "Mean_North_Lunar_Node": "Nodo N. (M)",
563
+ "True_South_Lunar_Node": "Nodo S. (V)",
564
+ "Mean_South_Lunar_Node": "Nodo S. (M)",
529
565
  "Chiron": "Chirone",
530
566
  "Mean_Lilith": "Lilith",
531
567
  "True_Lilith": "Lilith (V)",
@@ -639,6 +675,15 @@
639
675
  "perspective_type": "视角",
640
676
  "location": "位置",
641
677
  "day_of_week": "星期",
678
+ "weekdays": {
679
+ "Monday": "星期一",
680
+ "Tuesday": "星期二",
681
+ "Wednesday": "星期三",
682
+ "Thursday": "星期四",
683
+ "Friday": "星期五",
684
+ "Saturday": "星期六",
685
+ "Sunday": "星期日"
686
+ },
642
687
  "elements": "元素",
643
688
  "qualities": "性质",
644
689
  "cardinal": "本位",
@@ -660,10 +705,10 @@
660
705
  "Medium_Coeli": "上中天",
661
706
  "Descendant": "下降點",
662
707
  "Imum_Coeli": "下中天",
663
- "True_Node": "真北交点",
664
- "Mean_Node": "平均北交点",
665
- "True_South_Node": "真南交点",
666
- "Mean_South_Node": "平均南交点",
708
+ "True_North_Lunar_Node": "真北交点",
709
+ "Mean_North_Lunar_Node": "平均北交点",
710
+ "True_South_Lunar_Node": "真南交点",
711
+ "Mean_South_Lunar_Node": "平均南交点",
667
712
  "Chiron": "凱龍星",
668
713
  "Mean_Lilith": "黑月亮",
669
714
  "True_Lilith": "真黑月亮",
@@ -777,6 +822,15 @@
777
822
  "perspective_type": "Perspectiva",
778
823
  "location": "Ubicación",
779
824
  "day_of_week": "Día de la semana",
825
+ "weekdays": {
826
+ "Monday": "Lunes",
827
+ "Tuesday": "Martes",
828
+ "Wednesday": "Miércoles",
829
+ "Thursday": "Jueves",
830
+ "Friday": "Viernes",
831
+ "Saturday": "Sábado",
832
+ "Sunday": "Domingo"
833
+ },
780
834
  "elements": "Elementos",
781
835
  "qualities": "Cualidades",
782
836
  "cardinal": "Cardinal",
@@ -798,10 +852,10 @@
798
852
  "Medium_Coeli": "Mc",
799
853
  "Descendant": "Dsc",
800
854
  "Imum_Coeli": "Ic",
801
- "True_Node": "Nodo N. (V)",
802
- "Mean_Node": "Nodo N. (M)",
803
- "True_South_Node": "Nodo S. (V)",
804
- "Mean_South_Node": "Nodo S. (M)",
855
+ "True_North_Lunar_Node": "Nodo N. (V)",
856
+ "Mean_North_Lunar_Node": "Nodo N. (M)",
857
+ "True_South_Lunar_Node": "Nodo S. (V)",
858
+ "Mean_South_Lunar_Node": "Nodo S. (M)",
805
859
  "Chiron": "Quirón",
806
860
  "Mean_Lilith": "Lilith",
807
861
  "True_Lilith": "Lilith (V)",
@@ -915,6 +969,15 @@
915
969
  "perspective_type": "Перспектива",
916
970
  "location": "Местоположение",
917
971
  "day_of_week": "День недели",
972
+ "weekdays": {
973
+ "Monday": "Понедельник",
974
+ "Tuesday": "Вторник",
975
+ "Wednesday": "Среда",
976
+ "Thursday": "Четверг",
977
+ "Friday": "Пятница",
978
+ "Saturday": "Суббота",
979
+ "Sunday": "Воскресенье"
980
+ },
918
981
  "elements": "Стихии",
919
982
  "qualities": "Качества",
920
983
  "cardinal": "Кардинальный",
@@ -936,10 +999,10 @@
936
999
  "Medium_Coeli": "MC",
937
1000
  "Descendant": "ДСЦ",
938
1001
  "Imum_Coeli": "IC",
939
- "True_Node": "С. Узел (И)",
940
- "Mean_Node": "С. Узел (С)",
941
- "True_South_Node": "Ю. Узел (И)",
942
- "Mean_South_Node": "Ю. Узел (С)",
1002
+ "True_North_Lunar_Node": "С. Узел (И)",
1003
+ "Mean_North_Lunar_Node": "С. Узел (С)",
1004
+ "True_South_Lunar_Node": "Ю. Узел (И)",
1005
+ "Mean_South_Lunar_Node": "Ю. Узел (С)",
943
1006
  "Chiron": "Хирон",
944
1007
  "Mean_Lilith": "Лилит",
945
1008
  "True_Lilith": "Лилит (И)",
@@ -1053,6 +1116,15 @@
1053
1116
  "perspective_type": "Perspektif",
1054
1117
  "location": "Konum",
1055
1118
  "day_of_week": "Haftanın günü",
1119
+ "weekdays": {
1120
+ "Monday": "Pazartesi",
1121
+ "Tuesday": "Salı",
1122
+ "Wednesday": "Çarşamba",
1123
+ "Thursday": "Perşembe",
1124
+ "Friday": "Cuma",
1125
+ "Saturday": "Cumartesi",
1126
+ "Sunday": "Pazar"
1127
+ },
1056
1128
  "elements": "Elementler",
1057
1129
  "qualities": "Nitelikler",
1058
1130
  "cardinal": "Kardinal",
@@ -1074,12 +1146,12 @@
1074
1146
  "Medium_Coeli": "MC",
1075
1147
  "Descendant": "İK",
1076
1148
  "Imum_Coeli": "IC",
1077
- "True_Node": "K. Düğümü (T)",
1078
- "Mean_Node": "K. Düğümü (M)",
1149
+ "True_North_Lunar_Node": "K. Düğümü (T)",
1150
+ "Mean_North_Lunar_Node": "K. Düğümü (M)",
1079
1151
  "Chiron": "Kiron",
1080
1152
  "Mean_Lilith": "Lilith",
1081
- "True_South_Node": "G. Düğümü (T)",
1082
- "Mean_South_Node": "G. Düğümü (M)",
1153
+ "True_South_Lunar_Node": "G. Düğümü (T)",
1154
+ "Mean_South_Lunar_Node": "G. Düğümü (M)",
1083
1155
  "True_Lilith": "Lilith (T)",
1084
1156
  "Earth": "Dünya",
1085
1157
  "Pholus": "Pholus",
@@ -1191,6 +1263,15 @@
1191
1263
  "perspective_type": "Perspektive",
1192
1264
  "location": "Ort",
1193
1265
  "day_of_week": "Wochentag",
1266
+ "weekdays": {
1267
+ "Monday": "Montag",
1268
+ "Tuesday": "Dienstag",
1269
+ "Wednesday": "Mittwoch",
1270
+ "Thursday": "Donnerstag",
1271
+ "Friday": "Freitag",
1272
+ "Saturday": "Samstag",
1273
+ "Sunday": "Sonntag"
1274
+ },
1194
1275
  "elements": "Elemente",
1195
1276
  "qualities": "Qualitäten",
1196
1277
  "cardinal": "Kardinal",
@@ -1212,10 +1293,10 @@
1212
1293
  "Medium_Coeli": "MC",
1213
1294
  "Descendant": "DSC",
1214
1295
  "Imum_Coeli": "IC",
1215
- "True_Node": "Nordknoten (T)",
1216
- "Mean_Node": "Nordknoten (M)",
1217
- "True_South_Node": "Südknoten (T)",
1218
- "Mean_South_Node": "Südknoten (M)",
1296
+ "True_North_Lunar_Node": "Nordknoten (T)",
1297
+ "Mean_North_Lunar_Node": "Nordknoten (M)",
1298
+ "True_South_Lunar_Node": "Südknoten (T)",
1299
+ "Mean_South_Lunar_Node": "Südknoten (M)",
1219
1300
  "Chiron": "Chiron",
1220
1301
  "Mean_Lilith": "Lilith",
1221
1302
  "True_Lilith": "Lilith (T)",
@@ -1329,6 +1410,15 @@
1329
1410
  "perspective_type": "दृष्टिकोण",
1330
1411
  "location": "स्थान",
1331
1412
  "day_of_week": "सप्ताह का दिन",
1413
+ "weekdays": {
1414
+ "Monday": "सोमवार",
1415
+ "Tuesday": "मंगलवार",
1416
+ "Wednesday": "बुधवार",
1417
+ "Thursday": "गुरुवार",
1418
+ "Friday": "शुक्रवार",
1419
+ "Saturday": "शनिवार",
1420
+ "Sunday": "रविवार"
1421
+ },
1332
1422
  "elements": "तत्व",
1333
1423
  "qualities": "गुण",
1334
1424
  "cardinal": "चल",
@@ -1350,10 +1440,10 @@
1350
1440
  "Medium_Coeli": "एमसी",
1351
1441
  "Descendant": "डीएससी",
1352
1442
  "Imum_Coeli": "आईसी",
1353
- "True_Node": "उत्तर नोड (T)",
1354
- "Mean_Node": "उत्तर नोड (M)",
1355
- "True_South_Node": "दक्षिण नोड (T)",
1356
- "Mean_South_Node": "दक्षिण नोड (M)",
1443
+ "True_North_Lunar_Node": "उत्तर नोड (T)",
1444
+ "Mean_North_Lunar_Node": "उत्तर नोड (M)",
1445
+ "True_South_Lunar_Node": "दक्षिण नोड (T)",
1446
+ "Mean_South_Lunar_Node": "दक्षिण नोड (M)",
1357
1447
  "Chiron": "किरोन",
1358
1448
  "Mean_Lilith": "लिलिथ",
1359
1449
  "True_Lilith": "लिलिथ (T)",
@@ -74,17 +74,17 @@ DEFAULT_CELESTIAL_POINTS_SETTINGS = [
74
74
  },
75
75
  {
76
76
  "id": 10,
77
- "name": "Mean_Node",
77
+ "name": "Mean_North_Lunar_Node",
78
78
  "color": "var(--kerykeion-chart-color-mean-node)",
79
79
  "element_points": 0,
80
- "label": "Mean_Node"
80
+ "label": "Mean_North_Lunar_Node"
81
81
  },
82
82
  {
83
83
  "id": 11,
84
- "name": "True_Node",
84
+ "name": "True_North_Lunar_Node",
85
85
  "color": "var(--kerykeion-chart-color-true-node)",
86
86
  "element_points": 0,
87
- "label": "True_Node"
87
+ "label": "True_North_Lunar_Node"
88
88
  },
89
89
  {
90
90
  "id": 12,
@@ -130,17 +130,17 @@ DEFAULT_CELESTIAL_POINTS_SETTINGS = [
130
130
  },
131
131
  {
132
132
  "id": 18,
133
- "name": "Mean_South_Node",
133
+ "name": "Mean_South_Lunar_Node",
134
134
  "color": "var(--kerykeion-chart-color-mean-node)",
135
135
  "element_points": 0,
136
- "label": "Mean_South_Node"
136
+ "label": "Mean_South_Lunar_Node"
137
137
  },
138
138
  {
139
139
  "id": 19,
140
- "name": "True_South_Node",
140
+ "name": "True_South_Lunar_Node",
141
141
  "color": "var(--kerykeion-chart-color-true-node)",
142
142
  "element_points": 0,
143
- "label": "True_South_Node"
143
+ "label": "True_South_Lunar_Node"
144
144
  },
145
145
  {
146
146
  "id": 20,
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file