kerykeion 4.11.0__tar.gz → 4.11.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.
- {kerykeion-4.11.0 → kerykeion-4.11.1}/PKG-INFO +22 -16
- {kerykeion-4.11.0 → kerykeion-4.11.1}/README.md +21 -15
- kerykeion-4.11.1/kerykeion/__init__.py +16 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/aspects/aspects_utils.py +0 -12
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/aspects/natal_aspects.py +1 -2
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/aspects/synastry_aspects.py +1 -2
- {kerykeion-4.11.0 → kerykeion-4.11.1}/pyproject.toml +1 -1
- kerykeion-4.11.0/kerykeion/__init__.py +0 -257
- {kerykeion-4.11.0 → kerykeion-4.11.1}/LICENSE +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/aspects/__init__.py +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/astrological_subject.py +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/charts/__init__.py +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/charts/charts_utils.py +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/charts/kerykeion_chart_svg.py +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/charts/templates/chart.xml +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/enums.py +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/fetch_geonames.py +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/kr_types/__init__.py +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/kr_types/chart_types.py +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/kr_types/kerykeion_exception.py +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/kr_types/kr_literals.py +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/kr_types/kr_models.py +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/kr_types/settings_models.py +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/relationship_score.py +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/report.py +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/settings/__init__.py +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/settings/kerykeion_settings.py +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/settings/kr.config.json +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/sweph/README.md +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/sweph/seas_18.se1 +0 -0
- {kerykeion-4.11.0 → kerykeion-4.11.1}/kerykeion/utilities.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: kerykeion
|
|
3
|
-
Version: 4.11.
|
|
3
|
+
Version: 4.11.1
|
|
4
4
|
Summary: A python library for astrology.
|
|
5
5
|
Home-page: https://github.com/g-battaglia/kerykeion
|
|
6
6
|
License: AGPL-3.0
|
|
@@ -69,13 +69,13 @@ The core goal of this project is to provide a simple and easy approach to astrol
|
|
|
69
69
|
|
|
70
70
|
Here's an example of a birthchart:
|
|
71
71
|
|
|
72
|
-

|
|
73
73
|
|
|
74
74
|
## Web API
|
|
75
75
|
|
|
76
76
|
If you want to use Kerykeion in a web application, I've created a web API for this purpose, you can find it here:
|
|
77
77
|
|
|
78
|
-
**[AstrologerAPI](https://rapidapi.com/gbattaglia/api/astrologer/)**
|
|
78
|
+
**[AstrologerAPI](https://rapidapi.com/gbattaglia/api/astrologer/pricing)**
|
|
79
79
|
|
|
80
80
|
It's [open source](https://github.com/g-battaglia/Astrologer-API), it's a way to support me and the project.
|
|
81
81
|
|
|
@@ -142,24 +142,30 @@ If you omit the nation, it will be set to "GB" by default, but the value is not
|
|
|
142
142
|
```python
|
|
143
143
|
from kerykeion import AstrologicalSubject, KerykeionChartSVG
|
|
144
144
|
|
|
145
|
-
first = AstrologicalSubject("
|
|
146
|
-
second = AstrologicalSubject("
|
|
145
|
+
first = AstrologicalSubject("John Lennon", 1940, 10, 9, 10, 30, "Liverpool", "GB")
|
|
146
|
+
second = AstrologicalSubject("Paul McCartney", 1942, 6, 18, 15, 30, "Liverpool", "GB")
|
|
147
147
|
|
|
148
148
|
# Set the type, it can be Natal, Synastry or Transit
|
|
149
|
+
synastry_chart = KerykeionChartSVG(first, "Synastry", second)
|
|
150
|
+
synastry_chart.makeSVG()
|
|
149
151
|
|
|
150
|
-
|
|
151
|
-
name.makeSVG()
|
|
152
|
-
print(len(name.aspects_list))
|
|
152
|
+
```
|
|
153
153
|
|
|
154
|
-
|
|
155
|
-
#> Generating kerykeion object for Jane...
|
|
156
|
-
#> Jack birth location: Roma, 41.89193, 12.51133
|
|
157
|
-
#> SVG Generated Correctly
|
|
158
|
-
#> 38
|
|
154
|
+

|
|
159
155
|
|
|
160
|
-
```
|
|
161
156
|
|
|
162
|
-
!
|
|
157
|
+
Note: By default, the generated SVG file will be in the home directory! To change the destination directory:
|
|
158
|
+
|
|
159
|
+
```python
|
|
160
|
+
from kerykeion import AstrologicalSubject, KerykeionChartSVG
|
|
161
|
+
|
|
162
|
+
first = AstrologicalSubject("John Lennon", 1940, 10, 9, 10, 30, "Liverpool", "GB")
|
|
163
|
+
second = AstrologicalSubject("Paul McCartney", 1942, 6, 18, 15, 30, "Liverpool", "GB")
|
|
164
|
+
|
|
165
|
+
# Synastry Chart
|
|
166
|
+
synastry_chart = KerykeionChartSVG(first, "Synastry", second, new_output_directory=".")
|
|
167
|
+
synastry_chart.makeSVG()
|
|
168
|
+
```
|
|
163
169
|
|
|
164
170
|
## Report
|
|
165
171
|
|
|
@@ -264,7 +270,7 @@ You can set the houses system in the AstrologicalSubject class:
|
|
|
264
270
|
johnny = AstrologicalSubject("Johnny Depp", 1963, 6, 9, 0, 0, "Owensboro", "US", houses_system="M")
|
|
265
271
|
```
|
|
266
272
|
|
|
267
|
-
More examples [here](https://www.kerykeion.net/docs/examples/
|
|
273
|
+
More examples [here](https://www.kerykeion.net/docs/examples/houses-systems/).
|
|
268
274
|
|
|
269
275
|
Full list of supported house systems [here](https://www.kerykeion.net/pydocs/kerykeion/kr_types/kr_literals.html#HousesSystem).
|
|
270
276
|
|
|
@@ -32,13 +32,13 @@ 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
|
-

|
|
36
36
|
|
|
37
37
|
## Web API
|
|
38
38
|
|
|
39
39
|
If you want to use Kerykeion in a web application, I've created a web API for this purpose, you can find it here:
|
|
40
40
|
|
|
41
|
-
**[AstrologerAPI](https://rapidapi.com/gbattaglia/api/astrologer/)**
|
|
41
|
+
**[AstrologerAPI](https://rapidapi.com/gbattaglia/api/astrologer/pricing)**
|
|
42
42
|
|
|
43
43
|
It's [open source](https://github.com/g-battaglia/Astrologer-API), it's a way to support me and the project.
|
|
44
44
|
|
|
@@ -105,24 +105,30 @@ If you omit the nation, it will be set to "GB" by default, but the value is not
|
|
|
105
105
|
```python
|
|
106
106
|
from kerykeion import AstrologicalSubject, KerykeionChartSVG
|
|
107
107
|
|
|
108
|
-
first = AstrologicalSubject("
|
|
109
|
-
second = AstrologicalSubject("
|
|
108
|
+
first = AstrologicalSubject("John Lennon", 1940, 10, 9, 10, 30, "Liverpool", "GB")
|
|
109
|
+
second = AstrologicalSubject("Paul McCartney", 1942, 6, 18, 15, 30, "Liverpool", "GB")
|
|
110
110
|
|
|
111
111
|
# Set the type, it can be Natal, Synastry or Transit
|
|
112
|
+
synastry_chart = KerykeionChartSVG(first, "Synastry", second)
|
|
113
|
+
synastry_chart.makeSVG()
|
|
112
114
|
|
|
113
|
-
|
|
114
|
-
name.makeSVG()
|
|
115
|
-
print(len(name.aspects_list))
|
|
115
|
+
```
|
|
116
116
|
|
|
117
|
-
|
|
118
|
-
#> Generating kerykeion object for Jane...
|
|
119
|
-
#> Jack birth location: Roma, 41.89193, 12.51133
|
|
120
|
-
#> SVG Generated Correctly
|
|
121
|
-
#> 38
|
|
117
|
+

|
|
122
118
|
|
|
123
|
-
```
|
|
124
119
|
|
|
125
|
-
!
|
|
120
|
+
Note: By default, the generated SVG file will be in the home directory! To change the destination directory:
|
|
121
|
+
|
|
122
|
+
```python
|
|
123
|
+
from kerykeion import AstrologicalSubject, KerykeionChartSVG
|
|
124
|
+
|
|
125
|
+
first = AstrologicalSubject("John Lennon", 1940, 10, 9, 10, 30, "Liverpool", "GB")
|
|
126
|
+
second = AstrologicalSubject("Paul McCartney", 1942, 6, 18, 15, 30, "Liverpool", "GB")
|
|
127
|
+
|
|
128
|
+
# Synastry Chart
|
|
129
|
+
synastry_chart = KerykeionChartSVG(first, "Synastry", second, new_output_directory=".")
|
|
130
|
+
synastry_chart.makeSVG()
|
|
131
|
+
```
|
|
126
132
|
|
|
127
133
|
## Report
|
|
128
134
|
|
|
@@ -227,7 +233,7 @@ You can set the houses system in the AstrologicalSubject class:
|
|
|
227
233
|
johnny = AstrologicalSubject("Johnny Depp", 1963, 6, 9, 0, 0, "Owensboro", "US", houses_system="M")
|
|
228
234
|
```
|
|
229
235
|
|
|
230
|
-
More examples [here](https://www.kerykeion.net/docs/examples/
|
|
236
|
+
More examples [here](https://www.kerykeion.net/docs/examples/houses-systems/).
|
|
231
237
|
|
|
232
238
|
Full list of supported house systems [here](https://www.kerykeion.net/pydocs/kerykeion/kr_types/kr_literals.html#HousesSystem).
|
|
233
239
|
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
"""
|
|
3
|
+
This is part of Kerykeion (C) 2024 Giacomo Battaglia
|
|
4
|
+
|
|
5
|
+
.. include:: ../README.md
|
|
6
|
+
"""
|
|
7
|
+
|
|
8
|
+
# Local
|
|
9
|
+
from .astrological_subject import AstrologicalSubject
|
|
10
|
+
from .charts.kerykeion_chart_svg import KerykeionChartSVG
|
|
11
|
+
from .kr_types import *
|
|
12
|
+
from .relationship_score import RelationshipScore
|
|
13
|
+
from .aspects import SynastryAspects, NatalAspects
|
|
14
|
+
from .report import Report
|
|
15
|
+
from .settings import KerykeionSettingsModel, get_settings
|
|
16
|
+
from .enums import Planets, Aspects, Signs
|
|
@@ -23,7 +23,6 @@ def get_aspect_from_two_points(aspects_settings: dict, point_one: Union[float, i
|
|
|
23
23
|
if int(distance) <= aspects_settings[0]["orb"]:
|
|
24
24
|
name = aspects_settings[0]["name"]
|
|
25
25
|
aspect_degrees = aspects_settings[0]["degree"]
|
|
26
|
-
color = aspects_settings[0]["color"]
|
|
27
26
|
verdict = True
|
|
28
27
|
aid = 0
|
|
29
28
|
|
|
@@ -34,7 +33,6 @@ def get_aspect_from_two_points(aspects_settings: dict, point_one: Union[float, i
|
|
|
34
33
|
):
|
|
35
34
|
name = aspects_settings[1]["name"]
|
|
36
35
|
aspect_degrees = aspects_settings[1]["degree"]
|
|
37
|
-
color = aspects_settings[1]["color"]
|
|
38
36
|
verdict = True
|
|
39
37
|
aid = 1
|
|
40
38
|
|
|
@@ -45,7 +43,6 @@ def get_aspect_from_two_points(aspects_settings: dict, point_one: Union[float, i
|
|
|
45
43
|
):
|
|
46
44
|
name = aspects_settings[2]["name"]
|
|
47
45
|
aspect_degrees = aspects_settings[2]["degree"]
|
|
48
|
-
color = aspects_settings[2]["color"]
|
|
49
46
|
verdict = True
|
|
50
47
|
aid = 2
|
|
51
48
|
|
|
@@ -56,7 +53,6 @@ def get_aspect_from_two_points(aspects_settings: dict, point_one: Union[float, i
|
|
|
56
53
|
):
|
|
57
54
|
name = aspects_settings[3]["name"]
|
|
58
55
|
aspect_degrees = aspects_settings[3]["degree"]
|
|
59
|
-
color = aspects_settings[3]["color"]
|
|
60
56
|
verdict = True
|
|
61
57
|
aid = 3
|
|
62
58
|
|
|
@@ -67,7 +63,6 @@ def get_aspect_from_two_points(aspects_settings: dict, point_one: Union[float, i
|
|
|
67
63
|
):
|
|
68
64
|
name = aspects_settings[4]["name"]
|
|
69
65
|
aspect_degrees = aspects_settings[4]["degree"]
|
|
70
|
-
color = aspects_settings[4]["color"]
|
|
71
66
|
verdict = True
|
|
72
67
|
aid = 4
|
|
73
68
|
|
|
@@ -78,7 +73,6 @@ def get_aspect_from_two_points(aspects_settings: dict, point_one: Union[float, i
|
|
|
78
73
|
):
|
|
79
74
|
name = aspects_settings[5]["name"]
|
|
80
75
|
aspect_degrees = aspects_settings[5]["degree"]
|
|
81
|
-
color = aspects_settings[5]["color"]
|
|
82
76
|
verdict = True
|
|
83
77
|
aid = 5
|
|
84
78
|
|
|
@@ -89,7 +83,6 @@ def get_aspect_from_two_points(aspects_settings: dict, point_one: Union[float, i
|
|
|
89
83
|
):
|
|
90
84
|
name = aspects_settings[6]["name"]
|
|
91
85
|
aspect_degrees = aspects_settings[6]["degree"]
|
|
92
|
-
color = aspects_settings[6]["color"]
|
|
93
86
|
verdict = True
|
|
94
87
|
aid = 6
|
|
95
88
|
|
|
@@ -100,7 +93,6 @@ def get_aspect_from_two_points(aspects_settings: dict, point_one: Union[float, i
|
|
|
100
93
|
):
|
|
101
94
|
name = aspects_settings[7]["name"]
|
|
102
95
|
aspect_degrees = aspects_settings[7]["degree"]
|
|
103
|
-
color = aspects_settings[7]["color"]
|
|
104
96
|
verdict = True
|
|
105
97
|
aid = 7
|
|
106
98
|
|
|
@@ -111,7 +103,6 @@ def get_aspect_from_two_points(aspects_settings: dict, point_one: Union[float, i
|
|
|
111
103
|
):
|
|
112
104
|
name = aspects_settings[8]["name"]
|
|
113
105
|
aspect_degrees = aspects_settings[8]["degree"]
|
|
114
|
-
color = aspects_settings[8]["color"]
|
|
115
106
|
verdict = True
|
|
116
107
|
aid = 8
|
|
117
108
|
|
|
@@ -122,7 +113,6 @@ def get_aspect_from_two_points(aspects_settings: dict, point_one: Union[float, i
|
|
|
122
113
|
):
|
|
123
114
|
name = aspects_settings[9]["name"]
|
|
124
115
|
aspect_degrees = aspects_settings[9]["degree"]
|
|
125
|
-
color = aspects_settings[9]["color"]
|
|
126
116
|
verdict = True
|
|
127
117
|
aid = 9
|
|
128
118
|
|
|
@@ -133,7 +123,6 @@ def get_aspect_from_two_points(aspects_settings: dict, point_one: Union[float, i
|
|
|
133
123
|
):
|
|
134
124
|
name = aspects_settings[10]["name"]
|
|
135
125
|
aspect_degrees = aspects_settings[10]["degree"]
|
|
136
|
-
color = aspects_settings[10]["color"]
|
|
137
126
|
verdict = True
|
|
138
127
|
aid = 10
|
|
139
128
|
|
|
@@ -150,7 +139,6 @@ def get_aspect_from_two_points(aspects_settings: dict, point_one: Union[float, i
|
|
|
150
139
|
name,
|
|
151
140
|
distance - aspect_degrees,
|
|
152
141
|
aspect_degrees,
|
|
153
|
-
color,
|
|
154
142
|
aid,
|
|
155
143
|
diff,
|
|
156
144
|
)
|
|
@@ -52,7 +52,7 @@ class NatalAspects:
|
|
|
52
52
|
for first in range(len(active_points_list)):
|
|
53
53
|
# Generates the aspects list without repetitions
|
|
54
54
|
for second in range(first + 1, len(active_points_list)):
|
|
55
|
-
verdict, name, orbit, aspect_degrees,
|
|
55
|
+
verdict, name, orbit, aspect_degrees, aid, diff = get_aspect_from_two_points(
|
|
56
56
|
self.aspects_settings, active_points_list[first]["abs_pos"], active_points_list[second]["abs_pos"]
|
|
57
57
|
)
|
|
58
58
|
|
|
@@ -65,7 +65,6 @@ class NatalAspects:
|
|
|
65
65
|
"aspect": name,
|
|
66
66
|
"orbit": orbit,
|
|
67
67
|
"aspect_degrees": aspect_degrees,
|
|
68
|
-
"color": color,
|
|
69
68
|
"aid": aid,
|
|
70
69
|
"diff": diff,
|
|
71
70
|
"p1": planet_id_decoder(self.celestial_points, active_points_list[first]["name"]),
|
|
@@ -60,7 +60,7 @@ class SynastryAspects(NatalAspects):
|
|
|
60
60
|
for first in range(len(first_active_points_list)):
|
|
61
61
|
# Generates the aspects list whitout repetitions
|
|
62
62
|
for second in range(len(second_active_points_list)):
|
|
63
|
-
verdict, name, orbit, aspect_degrees,
|
|
63
|
+
verdict, name, orbit, aspect_degrees, aid, diff = get_aspect_from_two_points(
|
|
64
64
|
self.aspects_settings,
|
|
65
65
|
first_active_points_list[first]["abs_pos"],
|
|
66
66
|
second_active_points_list[second]["abs_pos"],
|
|
@@ -75,7 +75,6 @@ class SynastryAspects(NatalAspects):
|
|
|
75
75
|
"aspect": name,
|
|
76
76
|
"orbit": orbit,
|
|
77
77
|
"aspect_degrees": aspect_degrees,
|
|
78
|
-
"color": color,
|
|
79
78
|
"aid": aid,
|
|
80
79
|
"diff": diff,
|
|
81
80
|
"p1": planet_id_decoder(
|
|
@@ -1,257 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
"""
|
|
3
|
-
<h1 align=center>Kerykeion</h1>
|
|
4
|
-
<div align="center">
|
|
5
|
-
<a href="#">
|
|
6
|
-
<img src="https://img.shields.io/github/contributors/g-battaglia/kerykeion?color=blue&logo=github" alt="contributors">
|
|
7
|
-
</a>
|
|
8
|
-
<a href="#">
|
|
9
|
-
<img src="https://img.shields.io/github/stars/g-battaglia/kerykeion.svg?logo=github" alt="stars">
|
|
10
|
-
</a>
|
|
11
|
-
<a href="#">
|
|
12
|
-
<img src="https://img.shields.io/github/forks/g-battaglia/kerykeion.svg?logo=github" alt="forks">
|
|
13
|
-
</a>
|
|
14
|
-
<a href="https://pypi.org/project/kerykeion" target="_blank">
|
|
15
|
-
<img src="https://visitor-badge.laobi.icu/badge?page_id=g-battaglia.kerykeion" alt="visitors"/>
|
|
16
|
-
</a>
|
|
17
|
-
<a href="https://pypi.org/project/kerykeion" target="_blank">
|
|
18
|
-
<img src="https://img.shields.io/pypi/v/kerykeion?label=pypi%20package" alt="Package version">
|
|
19
|
-
</a>
|
|
20
|
-
<a href="https://pypi.org/project/kerykeion" target="_blank">
|
|
21
|
-
<img src="https://img.shields.io/pypi/pyversions/kerykeion.svg" alt="Supported Python versions">
|
|
22
|
-
</a>
|
|
23
|
-
</div>
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
Kerykeion is a python library for Astrology.
|
|
28
|
-
It can calculate all the planet and house position,
|
|
29
|
-
also it can calculate the aspects of a single persone or between two, you can set how many planets you
|
|
30
|
-
need in the settings in the utility module.
|
|
31
|
-
It also can generate an SVG of a birthchart, a synastry chart or a transit chart.
|
|
32
|
-
|
|
33
|
-
The core goal of this project is to provide a simple and easy approach to astrology in a data driven way.
|
|
34
|
-
|
|
35
|
-
Here's an example of a birthchart:
|
|
36
|
-
|
|
37
|
-

|
|
38
|
-
|
|
39
|
-
## Web API
|
|
40
|
-
|
|
41
|
-
If you want to use Kerykeion in a web application, I've created a web API for this purpose, you can find it here:
|
|
42
|
-
|
|
43
|
-
**[AstrologerAPI](https://rapidapi.com/gbattaglia/api/astrologer/)**
|
|
44
|
-
|
|
45
|
-
It's [open source](https://github.com/g-battaglia/Astrologer-API), it's a way to support me and the project.
|
|
46
|
-
|
|
47
|
-
## Donate
|
|
48
|
-
|
|
49
|
-
Maintaining this project is a lot of work, the Astrologer API doesn't nearly cover the costs of a software engineer working on this project full time. I do this because I love it, but until I can make this my full time job, I won't be able to spend as much time on it.
|
|
50
|
-
|
|
51
|
-
If you want to support me, you can do it here:
|
|
52
|
-
|
|
53
|
-
[](https://ko-fi.com/kerykeion)
|
|
54
|
-
|
|
55
|
-
## Installation
|
|
56
|
-
|
|
57
|
-
Kerykeion is a _Python 3.9_ package, make sure you have _Python 3.9_ or above installed on your system.
|
|
58
|
-
|
|
59
|
-
```bash
|
|
60
|
-
pip3 install kerykeion
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
## Usage
|
|
64
|
-
|
|
65
|
-
Here some examples:
|
|
66
|
-
|
|
67
|
-
```python
|
|
68
|
-
|
|
69
|
-
# Import the main class for creating a kerykeion instance:
|
|
70
|
-
from kerykeion import AstrologicalSubject
|
|
71
|
-
|
|
72
|
-
# Create a kerykeion instance:
|
|
73
|
-
# Args: Name, year, month, day, hour, minuts, city, nation(optional)
|
|
74
|
-
kanye = AstrologicalSubject("Kanye", 1977, 6, 8, 8, 45, "Atlanta")
|
|
75
|
-
|
|
76
|
-
# Get the information about the sun in the chart:
|
|
77
|
-
# (The position of the planets always starts at 0)
|
|
78
|
-
kanye.sun
|
|
79
|
-
|
|
80
|
-
#> {'name': 'Sun', 'quality': 'Mutable', 'element': 'Air', 'sign': 'Gem', 'sign_num': 2, 'pos': 17.598992059774275, 'abs_pos': 77.59899205977428, 'emoji': '♊️', 'house': '12th House', 'retrograde': False}
|
|
81
|
-
|
|
82
|
-
# Get information about the first house:
|
|
83
|
-
kanye.first_house
|
|
84
|
-
|
|
85
|
-
#> {'name': 'First_House', 'quality': 'Cardinal', 'element': 'Water', 'sign': 'Can', 'sign_num': 3, 'pos': 17.995779673209114, 'abs_pos': 107.99577967320911, 'emoji': '♋️'}
|
|
86
|
-
|
|
87
|
-
# Get element of the moon sign:
|
|
88
|
-
kanye.moon.element
|
|
89
|
-
|
|
90
|
-
#> 'Water'
|
|
91
|
-
|
|
92
|
-
```
|
|
93
|
-
|
|
94
|
-
**To avoid connecting to GeoNames (eg. avoiding hourly limit or no internet connection) you should instance kerykeion like this:**
|
|
95
|
-
|
|
96
|
-
```python
|
|
97
|
-
kanye = AstrologicalSubject(
|
|
98
|
-
"Kanye", 1977, 6, 8, 8, 45, lng=50, lat=50, tz_str="Europe/Rome", city="Rome"
|
|
99
|
-
)
|
|
100
|
-
```
|
|
101
|
-
|
|
102
|
-
The difference is that you have to pass the longitude, latitude and the timezone string, instead of the city and nation.
|
|
103
|
-
If you omit the nation, it will be set to "GB" by default, but the value is not used for calculations. It's better to set it to the correct value though.
|
|
104
|
-
|
|
105
|
-
## Generate a SVG Chart
|
|
106
|
-
|
|
107
|
-
```python
|
|
108
|
-
from kerykeion import AstrologicalSubject, KerykeionChartSVG
|
|
109
|
-
|
|
110
|
-
first = AstrologicalSubject("Jack", 1990, 6, 15, 15, 15, "Roma")
|
|
111
|
-
second = AstrologicalSubject("Jane", 1991, 10, 25, 21, 00, "Roma")
|
|
112
|
-
|
|
113
|
-
# Set the type, it can be Natal, Synastry or Transit
|
|
114
|
-
|
|
115
|
-
name = KerykeionChartSVG(first, chart_type="Synastry", second_obj=second)
|
|
116
|
-
name.makeSVG()
|
|
117
|
-
print(len(name.aspects_list))
|
|
118
|
-
|
|
119
|
-
#> Generating kerykeion object for Jack...
|
|
120
|
-
#> Generating kerykeion object for Jane...
|
|
121
|
-
#> Jack birth location: Roma, 41.89193, 12.51133
|
|
122
|
-
#> SVG Generated Correctly
|
|
123
|
-
#> 38
|
|
124
|
-
|
|
125
|
-
```
|
|
126
|
-
|
|
127
|
-

|
|
128
|
-
|
|
129
|
-
## Report
|
|
130
|
-
|
|
131
|
-
To print a report of all the data:
|
|
132
|
-
|
|
133
|
-
```python
|
|
134
|
-
from kerykeion import Report, AstrologicalSubject
|
|
135
|
-
|
|
136
|
-
kanye = AstrologicalSubject("Kanye", 1977, 6, 8, 8, 45, "Atlanta")
|
|
137
|
-
report = Report(kanye)
|
|
138
|
-
report.print_report()
|
|
139
|
-
|
|
140
|
-
```
|
|
141
|
-
|
|
142
|
-
Returns:
|
|
143
|
-
|
|
144
|
-
```bash
|
|
145
|
-
+- Kerykeion report for Kanye -+
|
|
146
|
-
+----------+------+-------------+-----------+----------+
|
|
147
|
-
| Date | Time | Location | Longitude | Latitude |
|
|
148
|
-
+----------+------+-------------+-----------+----------+
|
|
149
|
-
| 8/6/1977 | 8:45 | Atlanta, US | -84.38798 | 33.749 |
|
|
150
|
-
+----------+------+-------------+-----------+----------+
|
|
151
|
-
+-----------+------+-------+------+----------------+
|
|
152
|
-
| Planet | Sign | Pos. | Ret. | House |
|
|
153
|
-
+-----------+------+-------+------+----------------+
|
|
154
|
-
| Sun | Gem | 17.6 | - | Twelfth_House |
|
|
155
|
-
| Moon | Pis | 16.43 | - | Ninth_House |
|
|
156
|
-
| Mercury | Tau | 26.29 | - | Eleventh_House |
|
|
157
|
-
| Venus | Tau | 2.03 | - | Tenth_House |
|
|
158
|
-
| Mars | Tau | 1.79 | - | Tenth_House |
|
|
159
|
-
| Jupiter | Gem | 14.61 | - | Eleventh_House |
|
|
160
|
-
| Saturn | Leo | 12.8 | - | Second_House |
|
|
161
|
-
| Uranus | Sco | 8.27 | R | Fourth_House |
|
|
162
|
-
| Neptune | Sag | 14.69 | R | Fifth_House |
|
|
163
|
-
| Pluto | Lib | 11.45 | R | Fourth_House |
|
|
164
|
-
| Mean_Node | Lib | 21.49 | R | Fourth_House |
|
|
165
|
-
| True_Node | Lib | 22.82 | R | Fourth_House |
|
|
166
|
-
| Chiron | Tau | 4.17 | - | Tenth_House |
|
|
167
|
-
+-----------+------+-------+------+----------------+
|
|
168
|
-
+----------------+------+----------+
|
|
169
|
-
| House | Sign | Position |
|
|
170
|
-
+----------------+------+----------+
|
|
171
|
-
| First_House | Can | 18.0 |
|
|
172
|
-
| Second_House | Leo | 9.51 |
|
|
173
|
-
| Third_House | Vir | 4.02 |
|
|
174
|
-
| Fourth_House | Lib | 3.98 |
|
|
175
|
-
| Fifth_House | Sco | 9.39 |
|
|
176
|
-
| Sixth_House | Sag | 15.68 |
|
|
177
|
-
| Seventh_House | Cap | 18.0 |
|
|
178
|
-
| Eighth_House | Aqu | 9.51 |
|
|
179
|
-
| Ninth_House | Pis | 4.02 |
|
|
180
|
-
| Tenth_House | Ari | 3.98 |
|
|
181
|
-
| Eleventh_House | Tau | 9.39 |
|
|
182
|
-
| Twelfth_House | Gem | 15.68 |
|
|
183
|
-
+----------------+------+----------+
|
|
184
|
-
|
|
185
|
-
```
|
|
186
|
-
|
|
187
|
-
And if you want to export it to a file:
|
|
188
|
-
|
|
189
|
-
```bash
|
|
190
|
-
python3 your_script_name.py > file.txt
|
|
191
|
-
```
|
|
192
|
-
|
|
193
|
-
## Other exeples of possibles usecase
|
|
194
|
-
|
|
195
|
-
```python
|
|
196
|
-
# Get all aspects between two persons:
|
|
197
|
-
|
|
198
|
-
from kerykeion import SynastryAspects, AstrologicalSubject
|
|
199
|
-
first = AstrologicalSubject("Jack", 1990, 6, 15, 15, 15, "Roma")
|
|
200
|
-
second = AstrologicalSubject("Jane", 1991, 10, 25, 21, 00, "Roma")
|
|
201
|
-
|
|
202
|
-
name = SynastryAspects(first, second)
|
|
203
|
-
aspect_list = name.get_relevant_aspects()
|
|
204
|
-
print(aspect_list[0])
|
|
205
|
-
|
|
206
|
-
#> Generating kerykeion object for Jack...
|
|
207
|
-
#> Generating kerykeion object for Jane...
|
|
208
|
-
#> {'p1_name': 'Sun', 'p1_abs_pos': 84.17867971515636, 'p2_name': 'Sun', 'p2_abs_pos': 211.90472999502984, 'aspect': 'trine', 'orbit': 7.726050279873476, 'aspect_degrees': 120, 'color': '#36d100', 'aid': 6, 'diff': 127.72605027987348, 'p1': 0, 'p2': 0}
|
|
209
|
-
|
|
210
|
-
```
|
|
211
|
-
|
|
212
|
-
## Ayanamsa (Sidereal Modes)
|
|
213
|
-
|
|
214
|
-
You can set the zodiac type and the sidereal mode in the AstrologicalSubject class:
|
|
215
|
-
|
|
216
|
-
```python
|
|
217
|
-
johnny = AstrologicalSubject("Johnny Depp", 1963, 6, 9, 0, 0, "Owensboro", "US", zodiac_type="Sidereal", sidereal_mode="LAHIRI")
|
|
218
|
-
```
|
|
219
|
-
|
|
220
|
-
More examples [here](https://www.kerykeion.net/docs/examples/sidereal-modes/).
|
|
221
|
-
|
|
222
|
-
Full list of supported sidereal modes [here](https://www.kerykeion.net/pydocs/kerykeion/kr_types/kr_literals.html#SiderealMode).
|
|
223
|
-
|
|
224
|
-
## Documentation
|
|
225
|
-
|
|
226
|
-
Most of the functions and the classes are self documented by the types and have docstrings.
|
|
227
|
-
An auto-generated documentation [is available here](https://www.kerykeion.net/pydocs/kerykeion.html).
|
|
228
|
-
|
|
229
|
-
Sooner or later I'll try to write an extensive documentation.
|
|
230
|
-
|
|
231
|
-
## Development
|
|
232
|
-
|
|
233
|
-
You can clone this repository or download a zip file using the right side buttons.
|
|
234
|
-
|
|
235
|
-
## Contributing
|
|
236
|
-
|
|
237
|
-
Feel free to contribute to the code!
|
|
238
|
-
|
|
239
|
-
## License
|
|
240
|
-
|
|
241
|
-
This project is licensed under the AGPL-3.0 License.
|
|
242
|
-
To understand how this impacts your use of the software, please see the [LICENSE](LICENSE) file for details.
|
|
243
|
-
If you have questions, you can reach out to me at my [email](mailto:battaglia.giacomo@yahoo.it?subject=Kerykeion) address.
|
|
244
|
-
As a rule of thumb, if you are using this library in a project, you should open source the code of the project with a compatible license.
|
|
245
|
-
|
|
246
|
-
You can implement the logic of kerykeion in your project and also keep it closed source by using a third party API, like the [AstrologerAPI](https://rapidapi.com/gbattaglia/api/astrologer/). The AstrologerAPI is AGPL-3.0 compliant. Subscribing to the API is also, currently, the best way to support the project.
|
|
247
|
-
"""
|
|
248
|
-
|
|
249
|
-
# Local
|
|
250
|
-
from .astrological_subject import AstrologicalSubject
|
|
251
|
-
from .charts.kerykeion_chart_svg import KerykeionChartSVG
|
|
252
|
-
from .kr_types import *
|
|
253
|
-
from .relationship_score import RelationshipScore
|
|
254
|
-
from .aspects import SynastryAspects, NatalAspects
|
|
255
|
-
from .report import Report
|
|
256
|
-
from .settings import KerykeionSettingsModel, get_settings
|
|
257
|
-
from .enums import Planets, Aspects, Signs
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|