kerykeion 4.25.3__tar.gz → 4.25.4__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.3 → kerykeion-4.25.4}/PKG-INFO +4 -4
  2. {kerykeion-4.25.3 → kerykeion-4.25.4}/README.md +3 -3
  3. {kerykeion-4.25.3 → kerykeion-4.25.4}/pyproject.toml +1 -1
  4. {kerykeion-4.25.3 → kerykeion-4.25.4}/LICENSE +0 -0
  5. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/__init__.py +0 -0
  6. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/aspects/__init__.py +0 -0
  7. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/aspects/aspects_utils.py +0 -0
  8. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/aspects/natal_aspects.py +0 -0
  9. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/aspects/synastry_aspects.py +0 -0
  10. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/astrological_subject.py +0 -0
  11. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/charts/__init__.py +0 -0
  12. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/charts/charts_utils.py +0 -0
  13. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/charts/draw_planets.py +0 -0
  14. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/charts/kerykeion_chart_svg.py +0 -0
  15. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/charts/templates/aspect_grid_only.xml +0 -0
  16. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/charts/templates/chart.xml +0 -0
  17. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/charts/templates/wheel_only.xml +0 -0
  18. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/charts/themes/classic.css +0 -0
  19. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/charts/themes/dark-high-contrast.css +0 -0
  20. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/charts/themes/dark.css +0 -0
  21. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/charts/themes/light.css +0 -0
  22. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/composite_subject_factory.py +0 -0
  23. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/enums.py +0 -0
  24. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/ephemeris_data.py +0 -0
  25. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/fetch_geonames.py +0 -0
  26. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/kr_types/__init__.py +0 -0
  27. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/kr_types/chart_types.py +0 -0
  28. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/kr_types/kerykeion_exception.py +0 -0
  29. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/kr_types/kr_literals.py +0 -0
  30. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/kr_types/kr_models.py +0 -0
  31. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/kr_types/settings_models.py +0 -0
  32. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/relationship_score/__init__.py +0 -0
  33. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/relationship_score/relationship_score.py +0 -0
  34. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/relationship_score/relationship_score_factory.py +0 -0
  35. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/report.py +0 -0
  36. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/settings/__init__.py +0 -0
  37. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/settings/config_constants.py +0 -0
  38. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/settings/kerykeion_settings.py +0 -0
  39. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/settings/kr.config.json +0 -0
  40. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/sweph/README.md +0 -0
  41. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/sweph/seas_18.se1 +0 -0
  42. {kerykeion-4.25.3 → kerykeion-4.25.4}/kerykeion/utilities.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kerykeion
3
- Version: 4.25.3
3
+ Version: 4.25.4
4
4
  Summary: A python library for astrology.
5
5
  Home-page: https://www.kerykeion.net/
6
6
  License: AGPL-3.0
@@ -148,7 +148,7 @@ birth_chart_svg.makeSVG()
148
148
  ```
149
149
 
150
150
  The SVG file will be saved in the home directory.
151
- ![John Lennon Birth Chart](https://www.kerykeion.net/docs/assets/img/examples/birth-chart.svg)
151
+ ![John Lennon Birth Chart](https://www.kerykeion.net/img/examples/birth-chart.svg)
152
152
 
153
153
  ### Synastry Chart
154
154
 
@@ -159,12 +159,12 @@ first = AstrologicalSubject("John Lennon", 1940, 10, 9, 18, 30, "Liverpool", "GB
159
159
  second = AstrologicalSubject("Paul McCartney", 1942, 6, 18, 15, 30, "Liverpool", "GB")
160
160
 
161
161
  # Set the type, it can be Natal, Synastry or Transit
162
- synastry_chart = KerykeionChartSVG(first, "Synastry", second)
162
+ synastry_chart = KerykeionChartSVG(first, "Synastry", second)
163
163
  synastry_chart.makeSVG()
164
164
 
165
165
  ```
166
166
 
167
- ![John Lennon and Paul McCartney Synastry](https://www.kerykeion.net/docs/assets/img/examples/synastry-chart.svg)
167
+ ![John Lennon and Paul McCartney Synastry](https://www.kerykeion.net/img/examples/synastry-chart.svg)
168
168
 
169
169
 
170
170
  ### Transit Chart
@@ -109,7 +109,7 @@ birth_chart_svg.makeSVG()
109
109
  ```
110
110
 
111
111
  The SVG file will be saved in the home directory.
112
- ![John Lennon Birth Chart](https://www.kerykeion.net/docs/assets/img/examples/birth-chart.svg)
112
+ ![John Lennon Birth Chart](https://www.kerykeion.net/img/examples/birth-chart.svg)
113
113
 
114
114
  ### Synastry Chart
115
115
 
@@ -120,12 +120,12 @@ first = AstrologicalSubject("John Lennon", 1940, 10, 9, 18, 30, "Liverpool", "GB
120
120
  second = AstrologicalSubject("Paul McCartney", 1942, 6, 18, 15, 30, "Liverpool", "GB")
121
121
 
122
122
  # Set the type, it can be Natal, Synastry or Transit
123
- synastry_chart = KerykeionChartSVG(first, "Synastry", second)
123
+ synastry_chart = KerykeionChartSVG(first, "Synastry", second)
124
124
  synastry_chart.makeSVG()
125
125
 
126
126
  ```
127
127
 
128
- ![John Lennon and Paul McCartney Synastry](https://www.kerykeion.net/docs/assets/img/examples/synastry-chart.svg)
128
+ ![John Lennon and Paul McCartney Synastry](https://www.kerykeion.net/img/examples/synastry-chart.svg)
129
129
 
130
130
 
131
131
  ### Transit Chart
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "kerykeion"
3
- version = "4.25.3"
3
+ version = "4.25.4"
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